Table of Contents

Property Attributes

Namespace
DotNetBrowser.Dom
Assembly
DotNetBrowser.dll

Attributes

Gets a dictionary that contains attributes of the current element. Modifying this dictionary will lead to modifying the element attributes.

IAttributes Attributes { get; }

Property Value

IAttributes

A dictionary that contains attributes of the current element. Modifying this dictionary will lead to modifying the element attributes.