1 out of 4 rated this helpful - Rate this topic

System.Web.UI.HtmlControls Namespace

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
Public class HtmlAnchor  
Public class HtmlButton  
Public class HtmlContainerControl  
Public class HtmlControl  
Public class HtmlEmptyTagControlBuilder  
Public class HtmlForm Provides programmatic access to the HTML <form> element on the server.
Public class HtmlGenericControl Defines the methods, properties, and events for all HTML server control elements not represented by a specific .NET Framework class.
Public class HtmlHead Provides programmatic access to the HTML head element in server code.
Public class HtmlHeadBuilder  
Public class HtmlImage  
Public class HtmlInputButton Allows programmatic access to the HTML <input type= button>, <input type= submit>, and <input type= reset> elements on the server.
Public class HtmlInputCheckBox  
Public class 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.
Public class HtmlInputFile Allows programmatic access to the HTML <input type= file> element on the server.
Public class HtmlInputHidden Allows programmatic access to the HTML <input type=hidden> element on the server.
Public class HtmlInputImage  
Public class HtmlInputPassword  
Public class HtmlInputRadioButton  
Public class HtmlInputReset  
Public class HtmlInputSubmit Allows programmatic access to the HTML <input type= submit> element on the server.
Public class HtmlInputText  
Public class HtmlLink Allows programmatic access to the HTML link element on the server.
Public class HtmlMeta Allows programmatic access to the HTML <meta> tag on the server.
Public class HtmlSelect Allows programmatic access to the HTML <select> element on the server.
Public class HtmlSelectBuilder Interacts with the parser to build an HtmlSelect control.
Public class HtmlTable  
Public class HtmlTable.HtmlTableRowControlCollection Represents a collection of HtmlTableRow objects that are the rows of an HtmlTable control.
Public class HtmlTableCell Represents the <td> and <th> HTML elements in an HtmlTableRow object.
Public class HtmlTableCellCollection  
Public class HtmlTableRow  
Public class HtmlTableRow.HtmlTableCellControlCollection  
Public class HtmlTableRowCollection A collection of HtmlTableRow objects that represent the rows of an HtmlTable control. This class cannot be inherited.
Public class HtmlTextArea Allows programmatic access to the <textarea> HTML element on the server.
Public class HtmlTitle  
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ