System.Web.UI.HtmlControls Namespace
.NET Framework 3.0
The System.Web.UI.HtmlControls namespace contains classes that allow you to create HTML server controls on a Web Forms page. HTML server controls run on the server and map directly to standard HTML tags supported by most browsers. This allows you to programmatically control the HTML elements on a Web Forms page.
| Class | Description | |
|---|---|---|
![]() | HtmlAnchor | |
![]() | HtmlButton | |
![]() | HtmlContainerControl | |
![]() | HtmlControl | |
![]() | HtmlEmptyTagControlBuilder | |
![]() | HtmlForm | Provides programmatic access to the HTML <form> element on the server. |
![]() | HtmlGenericControl | Defines the methods, properties, and events for all HTML server control elements not represented by a specific .NET Framework class. |
![]() | HtmlHead | Provides programmatic access to the HTML head element in server code. |
![]() | HtmlHeadBuilder | |
![]() | HtmlImage | |
![]() | HtmlInputButton | Allows programmatic access to the HTML <input type= button>, <input type= submit>, and <input type= reset> elements on the server. |
![]() | HtmlInputCheckBox | |
![]() | HtmlInputControl | Serves as the abstract base class that defines the methods, properties, and events common to all HTML input controls, such as the <input type=text>, <input type=submit>, and <input type= file> elements. |
![]() | HtmlInputFile | Allows programmatic access to the HTML <input type= file> element on the server. |
![]() | HtmlInputHidden | Allows programmatic access to the HTML <input type=hidden> element on the server. |
![]() | HtmlInputImage | |
![]() | HtmlInputPassword | |
![]() | HtmlInputRadioButton | |
![]() | HtmlInputReset | |
![]() | HtmlInputSubmit | Allows programmatic access to the HTML <input type= submit> element on the server. |
![]() | HtmlInputText | |
![]() | HtmlLink | Allows programmatic access to the HTML link element on the server. |
![]() | HtmlMeta | Allows programmatic access to the HTML <meta> tag on the server. |
![]() | HtmlSelect | Allows programmatic access to the HTML <select> element on the server. |
![]() | HtmlSelectBuilder | Interacts with the parser to build an HtmlSelect control. |
![]() | HtmlTable | |
![]() | HtmlTable.HtmlTableRowControlCollection | Represents a collection of HtmlTableRow objects that are the rows of an HtmlTable control. |
![]() | HtmlTableCell | Represents the <td> and <th> HTML elements in an HtmlTableRow object. |
![]() | HtmlTableCellCollection | |
![]() | HtmlTableRow | |
![]() | HtmlTableRow.HtmlTableCellControlCollection | |
![]() | HtmlTableRowCollection | A collection of HtmlTableRow objects that represent the rows of an HtmlTable control. This class cannot be inherited. |
![]() | HtmlTextArea | Allows programmatic access to the <textarea> HTML element on the server. |
![]() | HtmlTitle |
Community Additions
ADD
Show:
