get_InnerXml()

XmlElement::get_InnerXml() method

Returns the markup representing just the children of this node.

String System::Xml::XmlElement::get_InnerXml() override

Return Value

The markup of the children of this node.

See Also