HttpMethods.IsDelete(String) Methode

Definition

Gibt einen Wert zurück, der angibt, ob die HTTP-Anforderungsmethode DELETE ist.

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

Parameter

method
String

Die HTTP-Anforderungsmethode.

Gibt zurück

true , wenn die Methode DELETE ist; falseandernfalls .

Gilt für: