HtmlHelper.GetInputTypeString(InputType) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the HTML input control type as a string.
public static string GetInputTypeString (System.Web.Mvc.InputType inputType);
static member GetInputTypeString : System.Web.Mvc.InputType -> string
Public Shared Function GetInputTypeString (inputType As InputType) As String
Parameters
- inputType
- InputType
The enumerated input type.
Returns
The input type string ("checkbox", "hidden", "password", "radio", or "text").