HttpMethods.IsGet(String) Metoda

Definicja

Zwraca wartość wskazującą, czy metoda żądania HTTP to 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

Parametry

method
String

Metoda żądania HTTP.

Zwraca

true jeśli metoda to GET; w przeciwnym razie , false.

Dotyczy