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.
Assembly: System.Web (in System.Web.dll)
[AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)] public abstract class HtmlInputControl : HtmlControl
<asp:HtmlInputControl />
You cannot create an instance of the HtmlInputControl class directly. Instead, this class is inherited by other classes, such as the HtmlInputText, HtmlInputButton, HtmlInputRadioButton, HtmlInputCheckBox, HtmlInputImage, HtmlInputHidden, and HtmlInputFile classes, to provide common basic functionality.
For a list of initial property values for an instance of HtmlInputControl, see the HtmlInputControl constructor.
- AspNetHostingPermission
for operating in a hosted environment. Demand value: LinkDemand; Permission value: Minimal.
- AspNetHostingPermission
for operating in a hosted environment. Demand value: InheritanceDemand; Permission value: Minimal.
System.Web.UI.Control
System.Web.UI.HtmlControls.HtmlControl
System.Web.UI.HtmlControls.HtmlInputControl
System.Web.UI.HtmlControls.HtmlInputButton
System.Web.UI.HtmlControls.HtmlInputCheckBox
System.Web.UI.HtmlControls.HtmlInputFile
System.Web.UI.HtmlControls.HtmlInputHidden
System.Web.UI.HtmlControls.HtmlInputImage
System.Web.UI.HtmlControls.HtmlInputRadioButton
System.Web.UI.HtmlControls.HtmlInputText
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.