HtmlElement Attributes Property C# API
Gets all the attributes contained in this HtmlElement as an IDictionary of attribute names to values.

Namespace: Facilita.Web
Assembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.5.77 (1.0.0.0)
Syntax

public IDictionary<string, string> Attributes { get; }

Field Value

All the attributes contained in this HtmlElement as an IDictionary of attribute names to values.
See Also