HttpMethods.IsGet(String) Metodo

Definizione

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

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

Parametri

method
String

Metodo della richiesta HTTP.

Restituisce

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

Si applica a