Partager via


HttpMethods.IsPost(String) Méthode

Définition

Retourne une valeur qui indique si la méthode de requête HTTP est POST.

public:
 static bool IsPost(System::String ^ method);
public static bool IsPost (string method);
static member IsPost : string -> bool
Public Shared Function IsPost (method As String) As Boolean

Paramètres

method
String

Méthode de requête HTTP.

Retours

true si la méthode est POST ; sinon, false.

S’applique à