Property AttributeNodes
- Namespace
- DotNetBrowser.Dom
- Assembly
- DotNetBrowser.dll
AttributeNodes
Gets a list that contains attribute nodes of the element. Each list entry represents an attribute node.
IReadOnlyList<IAttribute> AttributeNodes { get; }
Property Value
- IReadOnlyList<IAttribute>
A list that contains attribute nodes of the element. The list will be empty if the element does not have attributes.
Exceptions
- ObjectDisposedException
The IElement has already been disposed.