HttpMethods.IsGet(String) Methode

Definition

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

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

Parameter

method
String

Die HTTP-Anforderungsmethode.

Gibt zurück

true , wenn die Methode GET ist; falseandernfalls .

Gilt für: