次の方法で共有


HttpMethods.IsOptions(String) メソッド

定義

HTTP 要求メソッドが OPTIONS であるかどうかを示す値を返します。

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

パラメーター

method
String

HTTP 要求メソッド。

戻り値

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

適用対象