Aracılığıyla paylaş


HttpMethods.IsPatch(String) Yöntem

Tanım

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

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

Parametreler

method
String

HTTP istek yöntemi.

Döndürülenler

true yöntem PATCH ise; aksi takdirde , false.

Şunlara uygulanır