Node.Attributes
Node.Attributes property
The attributes property returns a live collection of all attribute nodes registered to the specified node. Attributes is a key/value pair of Strings that represents any information regarding that attribute.
public NamedNodeMap Attributes { get; }
Property Value
The attributes getter returns the associated NamedNodeMap.
Remarks
Reference:
DOM Standard - defines a platform-neutral model for events, aborting activities, and node trees.DOM Standard (DOM) # dom-element-attributes.GitHub - repository hosts the DOM Standard.
See Also
- class NamedNodeMap
- class Node
- package com.aspose.html.Dom
- package Aspose.HTML