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.26.0
SyntaxIAttributes 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