Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Enumerates the types of input controls.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public Enumeration InputType
public enum InputType
public enum class InputType
Members
| Member name | Description | |
|---|---|---|
| CheckBox | A check box. | |
| Hidden | A hidden field. | |
| Password | A password box. | |
| Radio | A radio button. | |
| Text | A text box. |