次の方法で共有


HttpMethods.IsPost(String) メソッド

定義

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

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

パラメーター

method
String

HTTP 要求メソッド。

戻り値

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

適用対象