HttpMethods.IsPatch(String) Methode

Definition

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

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

Parameter

method
String

Die HTTP-Anforderungsmethode.

Gibt zurück

true , wenn die Methode PATCH ist; falseandernfalls .

Gilt für: