Element.LocalName
Element.LocalName property
Returns the local part of the qualified name of this node. For nodes of any type other than ELEMENT_NODE and ATTRIBUTE_NODE and nodes created with a DOM Level 1 method, such as Document.createElement(), this is always null.
public override string LocalName { get; }
Property Value
The name of the local.
See Also
- class Element
- namespace Aspose.Svg.Dom
- assembly Aspose.SVG