HtmlHelper.GetInputTypeString(InputType) Method

Definition

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

Applies to