Partager via


HtmlHelper.GetFormMethodString(FormMethod) Méthode

Définition

Retourne la méthode HTTP qui gère l'entrée de formulaire (GET ou POST) en tant que chaîne.

public static string GetFormMethodString (System.Web.Mvc.FormMethod method);
static member GetFormMethodString : System.Web.Mvc.FormMethod -> string
Public Shared Function GetFormMethodString (method As FormMethod) As String

Paramètres

method
FormMethod

Méthode HTTP qui gère le formulaire.

Retours

Chaîne de méthode de formulaire (« get » ou « post »).

S’applique à