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
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.