HtmlElement Tag Property C# API
Gets the tag name of this HTML element.

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

public string Tag { get; }

Field Value

The tag name of this HTML element.
Remarks

e.g. the HTML element <input type="text" name="firstname"> has a tag name of "input".
See Also