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

適用於