HtmlElement ClassC# API
Represents an HTML element within an HTML form.
Inheritance Hierarchy

System Object
  Facilita.Web HtmlElement
    Facilita.Web Form
    Facilita.Web InputElement
    Facilita.Web OptionElement
    Facilita.Web SelectElement
    Facilita.Web TextAreaElement

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

public class HtmlElement
Remarks

An HTML element is everything from the start tag to the end tag.

e.g. <input type="text" name="firstname"> would be represented by a single InputElement object, where InputElement is a subclass of HtmlElement.

See Also