IElementAttributes Property |
Gets a dictionary that contains attributes of the current element. Modifying this dictionary
will lead to modifying the element attributes.
Namespace:
DotNetBrowser.Dom
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.2
Syntax IAttributes Attributes { get; }
Property Value
Type:
IAttributes
A dictionary that contains attributes of the current element. Modifying this dictionary
will lead to modifying the element attributes.
See Also