Node.Attributes

Node.Attributes property

A NamedNodeMap containing the attributes of this node (if it is an Element) or null otherwise.

public virtual NamedNodeMap Attributes { get; }

See Also