System.Web.UI.HtmlControls.HtmlInputControl Class

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.

See Also: HtmlInputControl Members

Syntax

[System.Web.UI.ControlBuilder(typeof(System.Web.UI.HtmlControls.HtmlEmptyTagControlBuilder))]
public abstract class HtmlInputControl : HtmlControl

Remarks

You cannot create an instance of the System.Web.UI.HtmlControls.HtmlInputControl class directly. Instead, this class is inherited by other classes, such as the System.Web.UI.HtmlControls.HtmlInputText, System.Web.UI.HtmlControls.HtmlInputButton, System.Web.UI.HtmlControls.HtmlInputRadioButton, System.Web.UI.HtmlControls.HtmlInputCheckBox, System.Web.UI.HtmlControls.HtmlInputImage, System.Web.UI.HtmlControls.HtmlInputHidden, and System.Web.UI.HtmlControls.HtmlInputFile classes, to provide common basic functionality.

For a list of initial property values for an instance of System.Web.UI.HtmlControls.HtmlInputControl, see the HtmlInputControl.#ctor(string) constructor.

Requirements

Namespace: System.Web.UI.HtmlControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0