Partager via


HttpMethods.IsDelete(String) Méthode

Définition

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

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

Paramètres

method
String

Méthode de requête HTTP.

Retours

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

S’applique à