System.Web.UI.HtmlControls Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
Classes
HtmlAnchor |
Allows programmatic access to the HTML |
HtmlArea |
Provides programmatic access to the HTML |
HtmlAudio |
Provides programmatic access to the HTML |
HtmlButton |
Allows programmatic access to the HTML |
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. |
HtmlControl |
Defines the methods, properties, and events common to all HTML server controls in the ASP.NET page framework. |
HtmlElement |
Provides programmatic access to the document's |
HtmlEmbed |
Provides programmatic access to the HTML |
HtmlEmptyTagControlBuilder |
Interacts with the page parser to build HTML server controls that do not have a body or closing tag. This class cannot be inherited. |
HtmlForm |
Provides programmatic access to the HTML |
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 |
HtmlHeadBuilder |
Interacts with the parser to build an HtmlHead control. |
HtmlIframe |
Provides programmatic access to the HTML |
HtmlImage |
Provides programmatic access for the HTML |
HtmlInputButton |
Allows programmatic access to the HTML |
HtmlInputCheckBox |
Allows programmatic access to the HTML |
HtmlInputControl |
Serves as the abstract base class that defines the methods, properties, and events common to all HTML input controls, such as the |
HtmlInputFile |
Allows programmatic access to the HTML |
HtmlInputGenericControl |
Defines the methods, properties, and events for server-side access to the HTML5 |
HtmlInputHidden |
Allows programmatic access to the HTML |
HtmlInputImage |
Allows programmatic access to the HTML |
HtmlInputPassword |
Allows programmatic access to the HTML |
HtmlInputRadioButton |
Allows programmatic access to the HTML |
HtmlInputReset |
Allows programmatic access to the HTML |
HtmlInputSubmit |
Allows programmatic access to the HTML |
HtmlInputText |
Allows programmatic access to the HTML |
HtmlLink |
Allows programmatic access to the HTML |
HtmlMeta |
Allows programmatic access to the HTML |
HtmlSelect |
Allows programmatic access to the HTML |
HtmlSelectBuilder |
Interacts with the parser to build an HtmlSelect control. |
HtmlSource |
Provides programmatic access to the HTML |
HtmlTable |
Allows programmatic access on the server to the HTML |
HtmlTable.HtmlTableRowControlCollection |
Represents a collection of HtmlTableRow objects that are the rows of an HtmlTable control. |
HtmlTableCell |
Represents the |
HtmlTableCellCollection |
A collection of HtmlTableCell objects that represent the cells in a single row of an HtmlTable control. This class cannot be inherited. |
HtmlTableRow |
Represents the |
HtmlTableRow.HtmlTableCellControlCollection |
Represents a collection of HtmlTableCell objects that are the cells of an HtmlTableRow control. |
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 |
HtmlTitle |
Allows programmatic access to the HTML |
HtmlTrack |
Provides programmatic access to the HTML |
HtmlVideo |
Provides programmatic access to the HTML |