次の方法で共有


HttpMethods.IsPut(String) メソッド

定義

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

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

パラメーター

method
String

HTTP 要求メソッド。

戻り値

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

適用対象