Condividi tramite


HtmlHelper.GetFormMethodString(FormMethod) Metodo

Definizione

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".

Si applica a