Class |
Description |
HtmlAnchor |
The HtmlAnchor class defines the methods, properties, and events for the HtmlAnchor control. This class allows programmatic access to the HTML <a> element on the server. |
HtmlButton |
The HtmlButton class defines the methods, properties and events for the HtmlButton control. This class allows programmatic access to the HTML <button> element on the server. |
HtmlContainerControl |
The HtmlContainerControl class defines the methods, properties and events available to all Html Server controls that must have a closing tag. The most common among these are the <form>, <table>, <tr>, <td>, <a>, and <span> elements. |
HtmlControl |
The HtmlControl class defines the methods, properties, and events common to all HTML Server controls in the Web Forms page framework. |
HtmlForm |
The HtmlForm class defines the methods, properties, and events for the HtmlForm control. This class provides programmatic access to the HTML <form> element on the server. |
HtmlGenericControl |
The HtmlGenericControl class defines the methods, properties, and events for all HTML Server control tags not represented by a specific NGWS class. |
HtmlImage |
The HtmlImage class defines the methods, properties, and events for the HtmlImage server control. This class provides programmatic access on the server to the HTML <img> element. |
HtmlInputButton |
The HtmlInputButton class defines the methods, properties, and events for the HTML Input Button control. This class allows programmatic access to the HTML <input type= button>, <input type= submit>,and <input type= reset> elements on the server. |
HtmlInputCheckBox |
The HtmlInputCheckBox class defines the methods, properties, and events for the HtmlInputCheckBox control. This class allows programmatic access to the HTML <input type= checkbox> element on the server. |
HtmlInputControl |
The HtmlInputControl abstract class defines the methods, properties, and events common to all HTML input controls. These include controls for the <input type=text>, <input type=submit>, and <input type=file> elements. |
HtmlInputFile |
The HtmlInputFile class defines the methods, properties, and events for the HtmlInputFile control. This class allows programmatic access to the HTML <input type= file> element on the server. It provides access to the NGWS runtime stream, as well as a useful SaveAs functionality provided by the PostedFile property.
CAUTION This class only works if the HtmlForm.Enctype property is set to "multipart/form-data". Also, it does not maintain its state across multiple round trips between browser and server. If the user sets this value after a round trip, the value is lost.
|
HtmlInputHidden |
The HtmlInputHidden class defines the methods, properties, and events of the HtmlInputHidden control. This class allows programmatic access to the HTML <input type=hidden> element on the server. |
HtmlInputImage |
The HtmlInputImage class defines the methods, properties and events for the HtmlInputImage control. This class allows programmatic access to the HTML <input type= image> element on the server. |
HtmlInputRadioButton |
The HtmlInputRadioButton class defines the methods, properties, and events for the HtmlInputRadio control. This class allows programmatic access to the HTML <input type= radio> element on the server. |
HtmlInputText |
The HtmlInputText class defines the methods, properties, and events for the HtmlInputText server control. This class allows programmatic access to the HTML <input type= text> and <input type= password> elements on the server. |
HtmlSelect |
The HtmlSelect class defines the methods, properties, and events for the HtmlSelect control. This class allows programmatic access to the HTML <select> element on the server. |
HtmlTable |
The HtmlTable class defines the properties, methods, and events for the HtmlTable control. This class allows programmatic access on the server to the HTML <table> element. |
HtmlTableCell |
The HtmlTableCell class defines the properties, methods, and events for the HtmlTableCell control. This class allows programmatic access on the server to individual HTML <td> and <th> elements enclosed within an HtmlTableRow control. |
HtmlTableCellCollection |
The HtmlTableCellCollection contains all of the table cells, both <td> and <th> elements, found within an HtmlTable server control. |
HtmlTableRow |
The HtmlTableRow class defines the properties, methods, and events for the HtmlTableRow control. This class allows programmatic access on the server to individual HTML <tr> elements enclosed within an HtmlTable control. |
HtmlTableRowCollection |
The HtmlTableRowCollection contains all of the table rows found within an HtmlTable server control. |
HtmlTextArea |
The HtmlTextArea class defines the methods, properties, and events for the HtmlTextArea control. This class allows programmatic access to the HTML <textarea> element on the server. |