Click or drag to resize

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.16.0
Syntax
C#
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