HtmlHelper.GetInputTypeString(InputType) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 »).