Element.Attributes

Element.Attributes property

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

public NamedNodeMap Attributes { get; }

See Also