Condividi tramite


HttpMethods.IsDelete(String) Metodo

Definizione

Restituisce un valore che indica se il metodo di richiesta HTTP è DELETE.

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

Parametri

method
String

Metodo della richiesta HTTP.

Restituisce

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

Si applica a