Aracılığıyla paylaş


HttpMethods.IsPut(String) Yöntem

Tanım

HTTP istek yönteminin PUT olup olmadığını gösteren bir değer döndürür.

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

Parametreler

method
String

HTTP istek yöntemi.

Döndürülenler

true yöntemi PUT ise; aksi takdirde , false.

Şunlara uygulanır