ElementAttributes Property |
A NamedNodeMap containing the attributes of this node (if it is an Element) or null otherwise.
Namespace: Aspose.Html.DomAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 21.2
Syntaxpublic override NamedNodeMap Attributes { get; }
Public Overrides ReadOnly Property Attributes As NamedNodeMap
Get
public:
virtual property NamedNodeMap^ Attributes {
NamedNodeMap^ get () override;
}
abstract Attributes : NamedNodeMap with get
override Attributes : NamedNodeMap with get
Property Value
Type:
NamedNodeMap
See Also