HtmlElement Id Property C# API
Gets or sets the value of the "id" attribute for this HTML element.

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

public string Id { get; set; }

Field Value

The value of the "id" attribute.
Remarks

Calling this method is equivalent to calling GetAttribute("id").
See Also