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

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 à