Partager via


HttpMethods.IsGet(String) Méthode

Définition

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.

S’applique à