Condividi tramite


HttpMethods.IsPost(String) Metodo

Definizione

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

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

Parametri

method
String

Metodo della richiesta HTTP.

Restituisce

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

Si applica a