ReadInnerXml()

XmlReader::ReadInnerXml() method

When overridden in a derived class, reads all the content, including markup, as a string.

virtual String System::Xml::XmlReader::ReadInnerXml()

Return Value

All the XML content, including markup, in the current node. If the current node has no children, an empty string is returned. If the current node is neither an element nor attribute, an empty string is returned.

See Also