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 virtual 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