InputType Enumeration
Enumerates the types of input controls.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
| Member name | Description | |
|---|---|---|
| CheckBox | A check box. | |
| Hidden | A hidden field. | |
| Password | A password box. | |
| Radio | A radio button. | |
| Text | A text box. |
Show: