9 references to IsOptions
Microsoft.AspNetCore.Antiforgery (1)
Internal\DefaultAntiforgery.cs (1)
97
HttpMethods.
IsOptions
(method) ||
Microsoft.AspNetCore.Cors (2)
Infrastructure\CorsMiddleware.cs (1)
118
var isOptionsRequest = HttpMethods.
IsOptions
(context.Request.Method);
Infrastructure\CorsService.cs (1)
71
var isOptionsRequest = HttpMethods.
IsOptions
(context.Request.Method);
Microsoft.AspNetCore.Http.Abstractions (1)
HttpMethods.cs (1)
175
string _ when
IsOptions
(method) => Options,
Microsoft.AspNetCore.Mvc.Cors (2)
CorsAuthorizationFilter.cs (1)
91
if (HttpMethods.
IsOptions
(request.Method)
CorsHttpMethodActionConstraint.cs (1)
32
if (Http.HttpMethods.
IsOptions
(request.Method) &&
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\HandleOptionsRequestsPageFilter.cs (1)
41
HttpMethods.
IsOptions
(context.HttpContext.Request.Method))
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
Filters\AutoValidateAntiforgeryTokenAuthorizationFilter.cs (1)
26
HttpMethods.
IsOptions
(method))
SignalR.Client.FunctionalTestApp (1)
Startup.cs (1)
142
if (HttpMethods.
IsOptions
(context.Request.Method))