HtmlContainerControl Hierarchy

The following table lists the classes derived from System.Web.UI.HtmlControls.HtmlContainerControl .

Class Description
System.Web.UI.HtmlControls.HtmlAnchor Allows programmatic access to the HTML <a> element on the server.
System.Web.UI.HtmlControls.HtmlButton Allows programmatic access to the HTML <button> tag on the server.
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 Allows programmatic access on the server to the HTML <table> element.
System.Web.UI.HtmlControls.HtmlTableCell Represents the <td> and <th> HTML elements in an HtmlTableRow object.
System.Web.UI.HtmlControls.HtmlTableRow Represents the <tr> HTML element in an HtmlTable control.
System.Web.UI.HtmlControls.HtmlTextArea Allows programmatic access to the <textarea> HTML element on the server.

Community Additions

Show: