3 references to PreflightHttpMethod
Microsoft.AspNetCore.Routing (2)
Matching\HttpMethodMatcherPolicy.cs (2)
118HttpMethods.Equals(httpMethod, PreflightHttpMethod) && 424return HttpMethods.Equals(httpMethod, PreflightHttpMethod) &&
Microsoft.AspNetCore.Routing.Tests (1)
Matching\HttpMethodMatcherPolicyIntegrationTestBase.cs (1)
369httpContext.Request.Method = corsPreflight ? PreflightHttpMethod : httpMethod;