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.
Namespace: Aspose.Html.DomAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax public override string LocalName { get; }
Public Overrides ReadOnly Property LocalName As String
Get
public:
virtual property String^ LocalName {
String^ get () override;
}
abstract LocalName : string with get
override LocalName : string with get
Property Value
Type:
String
The name of the local.
See Also