HttpMethods.IsOptions(String) Metoda

Definicja

Zwraca wartość wskazującą, czy metoda żądania HTTP to OPTIONS.

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

Parametry

method
String

Metoda żądania HTTP.

Zwraca

true jeśli metoda ma wartość OPTIONS; w przeciwnym razie , false.

Dotyczy