次の方法で共有


HttpMethods.IsHead(String) メソッド

定義

HTTP 要求メソッドがHEADされているかどうかを示す値を返します。

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

パラメーター

method
String

HTTP 要求メソッド。

戻り値

trueメソッドがHEAD場合は 。それ以外の場合falseは 。

適用対象