1 write to IsPreflightRequest
Microsoft.AspNetCore.Cors (1)
Infrastructure\CorsService.cs (1)
81
IsPreflightRequest
= isPreflightRequest,
3 references to IsPreflightRequest
Microsoft.AspNetCore.Cors (3)
Infrastructure\CorsMiddleware.cs (1)
177
if (corsResult.
IsPreflightRequest
)
Infrastructure\CorsService.cs (2)
119
new[] { result.
IsPreflightRequest
? headers.AccessControlRequestMethod.ToString() : context.Request.Method } :
172
if (result.
IsPreflightRequest
)