HttpMethods.IsPut(String) Methode

Definition

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

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

Parameter

method
String

Die HTTP-Anforderungsmethode.

Gibt zurück

true , wenn die Methode PUT ist; falseandernfalls .

Gilt für: