Partager via


HtmlHelper.GetInputTypeString(InputType) Méthode

Définition

Retourne le type de contrôle d'entrée HTML en tant que chaîne.

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

Paramètres

inputType
InputType

Type d'entrée énuméré.

Retours

Chaîne de type d'entrée (« checkbox », « hidden », « password », « radio » ou « text »).

S’applique à