Aracılığıyla paylaş


HttpMethods.IsDelete(String) Yöntem

Tanım

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

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

Parametreler

method
String

HTTP istek yöntemi.

Döndürülenler

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

Şunlara uygulanır