HttpMethods.IsGet(String) 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 une valeur qui indique si la méthode de requête HTTP est GET.
public:
static bool IsGet(System::String ^ method);
public static bool IsGet (string method);
static member IsGet : string -> bool
Public Shared Function IsGet (method As String) As Boolean
Paramètres
- method
- String
Méthode de requête HTTP.
Retours
true
si la méthode est GET ; sinon, false
.