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 System::String ^ GetFormMethodString(Microsoft::AspNetCore::Mvc::Rendering::FormMethod method);
public static string GetFormMethodString (Microsoft.AspNetCore.Mvc.Rendering.FormMethod method);
static member GetFormMethodString : Microsoft.AspNetCore.Mvc.Rendering.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".