| Topic |
Description |
| HtmlAnchor Control |
Describes the HtmlAnchor control. The HtmlAnchor control allows you to programmatically access the HTML <a> tag on the server. |
| HtmlButton Control |
Describes the HtmlButtom control. The HtmlButton control allows you to programmatically access the HTML <button> tag on the server. |
| HtmlForm Control |
Describes the HtmlForm control. The HtmlForm control allows you to programmatically access the HTML <form> tag on the server. |
| HtmlGenericControl |
Describes the HtmlGenericControl control. The HtmlGenericControl class allows you to programmatically access HTML server control tags that are not represented by a specific .NET Framework class, such as <span>, <div>, <body>, and <font>. |
| HtmlImage Control |
Describes the HtmlImage control. The HtmlImage control allows you to programmatically access the HTML <img> tag on the server. |
| HtmlInputButton Control |
Describes the HtmlInputButton control. The HtmlInputButton control allows you to programmatically access the HTML <input type= button>, <input type= submit>, and <input type= reset> tags on the server. |
| HtmlInputCheckBox Control |
Describes the HtmlInputCheckBox control. The HtmlInputCheckBox control allows you to programmatically access the HTML <input type= checkbox> tag on the server. |
| HtmlInputFile Control |
Describes the HtmlInputFile control. The HtmlInputFile control allows you to programmatically access the HTML <input type= file> tag on the server. |
| HtmlInputHidden Control |
Describes the HtmlInputHidden control. The HtmlInputHidden control allows you to programmatically access the HTML <input type=hidden> tag on the server. |
| HtmlInputImage Control |
Describes the HtmlInputImage control. The HtmlInputImage control allows you to programmatically access the HTML <input type= image> tag on the server. |
| HtmlInputRadioButton Control |
Describes the HtmlInputRadioButton control. The HtmlInputRadioButton control allows you to programmatically access the HTML <input type= radio> tag on the server. |
| HtmlInputText Control |
Describes the HtmlInputText control. The HtmlInputText control allows you to programmatically access the HTML <input type= text> and <input type= password> tags on the server. |
| HtmlSelect Control |
Describes the HtmlSelect control. The HtmlSelect control allows you to programmatically access the HTML <select> tag on the server. |
| HtmlTable Control |
Describes the HtmlTable control. The HtmlTable control allows you to programmatically access the HTML <table> tag on the server. |
| HtmlTableCell Control |
Describes the HtmlTableCell control. The HtmlTableCell control allows you to programmatically access the HTML <td> and <th> tags on the server. |
| HtmlTableRow Control |
Describes the HtmlTableRow control. The HtmlTableRow control allows you to programmatically access the HTML <tr> tag on the server. |
| HtmlTextArea Control |
Describes the HtmlTextArea control. The HtmlTextArea control allows you to programmatically access the HTML <textarea> tag on the server. |
| Shared HTML Control Properties |
Describes the properties common to all HTML server controls. |