Condividi tramite


HttpMethods.IsPatch(String) Metodo

Definizione

Restituisce un valore che indica se il metodo di richiesta HTTP è 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

Parametri

method
String

Metodo della richiesta HTTP.

Restituisce

true se il metodo è PATCH; in caso contrario, false.

Si applica a