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.8.37 (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