HtmlInputControl Hierarchy
The following table lists the classes derived from
System.Web.UI.HtmlControls.HtmlInputControl
.
| Class | Description |
|---|---|
| System.Web.UI.HtmlControls.HtmlInputButton | Allows programmatic access to the HTML <input type= button>, <input type= submit>, and <input type= reset> elements on the server. |
| System.Web.UI.HtmlControls.HtmlInputCheckBox | Allows programmatic access to the HTML <input type= checkbox> element on the server. |
| System.Web.UI.HtmlControls.HtmlInputFile | Allows programmatic access to the HTML <input type= file> element on the server. |
| System.Web.UI.HtmlControls.HtmlInputHidden | Allows programmatic access to the HTML <input type=hidden> element on the server. |
| System.Web.UI.HtmlControls.HtmlInputImage | Allows programmatic access to the HTML <input type= image> element on the server. |
| System.Web.UI.HtmlControls.HtmlInputRadioButton | Allows programmatic access to the HTML <input type= radio> element on the server. |
| System.Web.UI.HtmlControls.HtmlInputText | Allows programmatic access to the HTML <input type= text> and <input type= password> elements on the server. |
Community Additions
Show: