HttpMethods.IsPatch(String) Metoda

Definicja

Zwraca wartość wskazującą, czy metoda żądania HTTP to PATCH.

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

Parametry

method
String

Metoda żądania HTTP.

Zwraca

true jeśli metoda ma wartość PATCH; w przeciwnym razie , false.

Dotyczy