HtmlControl Hierarchy

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

Class Description
System.Web.UI.HtmlControls.HtmlContainerControl Serves as the abstract base class for HTML server controls that map to HTML elements that are required to have an opening and a closing tag.
System.Web.UI.HtmlControls.HtmlImage Provides programmatic access for the HTML <img> element on the server.
System.Web.UI.HtmlControls.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.
System.Web.UI.HtmlControls.HtmlLink Allows programmatic access to the HTML <link> element on the server.
System.Web.UI.HtmlControls.HtmlMeta Allows programmatic access to the HTML <meta> tag on the server.
System.Web.UI.HtmlControls.HtmlTitle Allows programmatic access to the HTML <title> element on the server.

Community Additions

Show: