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.1
Syntaxpublic virtual NamedNodeMap Attributes { get; }
Public Overridable ReadOnly Property Attributes As NamedNodeMap
Get
public:
virtual property NamedNodeMap^ Attributes {
NamedNodeMap^ get ();
}
abstract Attributes : NamedNodeMap with get
override Attributes : NamedNodeMap with get
Property Value
Type:
NamedNodeMap
See Also