Condividi tramite


HtmlHelper.GetFormMethodString(FormMethod) Metodo

Definizione

Restituisce il metodo HTTP che gestisce l'input (GET o POST) del form come stringa.

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

Parametri

method
FormMethod

Metodo HTTP che gestisce il form.

Restituisce

Stringa del metodo del form, "get" o "post".

Si applica a