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: 21.1
Syntaxpublic virtual string LocalName { get; protected set; }
Public Overridable Property LocalName As String
Get
Protected Set
public:
virtual property String^ LocalName {
String^ get ();
protected: void set (String^ value);
}
abstract LocalName : string with get, set
override LocalName : string with get, set
Property Value
Type:
String
The name of the local.
See Also