HtmlHelper.GetFormMethodString(FormMethod) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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".