System::Xml::XmlNode::get_InnerXml method

XmlNode::get_InnerXml method

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

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

ReturnValue

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

See Also