IElementAttributeNodes Property |
Gets a list that contains attribute nodes of the element. Each list entry
represents an attribute node.
Namespace:
DotNetBrowser.Dom
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.2
Syntax IReadOnlyList<IAttribute> AttributeNodes { get; }
Property Value
Type:
IReadOnlyListIAttribute
A list that contains attribute nodes of the element. The list will be empty if the element does not have
attributes.
Exceptions Exception | Condition |
---|
ObjectDisposedException | The IElement has already been disposed. |
See Also