Represents an HTML input element within an HTML form.
Inheritance Hierarchy
Facilita.Web HtmlElement
Facilita.Web InputElement
Facilita.Web FileElement
Facilita.Web ImageButtonElement
Namespace: Facilita.Web
Assembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.7.98 (1.0.0.0)
Syntax
public class InputElement : HtmlElement
Remarks
e.g. <input type="text" name="firstname"> would be represented by a single InputElement object.
An InputElement is submitted as a key/value pair when the containing Form is sent to the web server.
See Also