Represents an HTML element within an HTML form.
Inheritance Hierarchy
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.7.98 (1.0.0.0)
Syntax
Remarks
e.g. <input type="text" name="firstname"> would be represented by a single InputElement object, where InputElement is a subclass of HtmlElement.
See Also