get_InnerXml()

XmlNode::get_InnerXml() method

Returns the markup representing only the child nodes of this node.

virtual String System::Xml::XmlNode::get_InnerXml()

Return Value

The markup of the child nodes of this node, not including default attributes.

See Also