HtmlContainerControl Hierarchy
The following table lists the classes derived from
System.Web.UI.HtmlControls.HtmlContainerControl
.
| Class | Description |
|---|---|
| System.Web.UI.HtmlControls.HtmlAnchor | |
| System.Web.UI.HtmlControls.HtmlButton | |
| System.Web.UI.HtmlControls.HtmlForm | Provides programmatic access to the HTML <form> element on the server. |
| System.Web.UI.HtmlControls.HtmlGenericControl | Defines the methods, properties, and events for all HTML server control elements not represented by a specific .NET Framework class. |
| System.Web.UI.HtmlControls.HtmlSelect | Allows programmatic access to the HTML <select> element on the server. |
| System.Web.UI.HtmlControls.HtmlTable | |
| System.Web.UI.HtmlControls.HtmlTableCell | Represents the <td> and <th> HTML elements in an HtmlTableRow object. |
| System.Web.UI.HtmlControls.HtmlTableRow | |
| System.Web.UI.HtmlControls.HtmlTextArea | Allows programmatic access to the <textarea> HTML element on the server. |
Community Additions
Show: