7 references to Http405EndpointDisplayName
Microsoft.AspNetCore.Routing (1)
Matching\HttpMethodMatcherPolicy.cs (1)
393
Http405EndpointDisplayName
);
Microsoft.AspNetCore.Routing.Tests (6)
Matching\HttpMethodMatcherPolicyIntegrationTestBase.cs (3)
79
Assert.Same(HttpMethodMatcherPolicy.
Http405EndpointDisplayName
, httpContext.GetEndpoint().DisplayName);
199
Assert.Same(HttpMethodMatcherPolicy.
Http405EndpointDisplayName
, httpContext.GetEndpoint().DisplayName);
309
Assert.Same(HttpMethodMatcherPolicy.
Http405EndpointDisplayName
, httpContext.GetEndpoint().DisplayName);
Matching\HttpMethodMatcherPolicyTest.cs (3)
173
Assert.Equal(
Http405EndpointDisplayName
, httpContext.GetEndpoint().DisplayName, ignoreCase: true);
310
Assert.Equal(
Http405EndpointDisplayName
, e.Endpoints.Single().DisplayName);
354
Assert.Equal(
Http405EndpointDisplayName
, e.Endpoints.Single().DisplayName);