HttpMethods.IsOptions(String) Metodo

Definizione

Restituisce un valore che indica se il metodo di richiesta HTTP è 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

Parametri

method
String

Metodo della richiesta HTTP.

Restituisce

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

Si applica a