HtmlHelper.GetFormMethodString(FormMethod) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 »).