System::Xml::XmlElement::get_LocalName method
XmlElement::get_LocalName method
Returns the local name of the current node.
String System::Xml::XmlElement::get_LocalName() override
ReturnValue
The name of the current node with the prefix removed. For example, get_LocalName value is book for the element bk:book.
See Also
- Class String
- Class XmlElement
- Namespace System::Xml
- Library Aspose.Font for C++