HttpMethods.IsHead(String) Methode

Definition

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

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

Parameter

method
String

Die HTTP-Anforderungsmethode.

Gibt zurück

true, wenn die Methode HEAD ist, falseandernfalls .

Gilt für: