1 override of GetNegotiationHeader
Microsoft.AspNetCore.Routing (1)
Matching\ContentEncodingNegotiationMatcherPolicy.cs (1)
17private protected override StringValues GetNegotiationHeader(HttpContext httpContext) => httpContext.Request.Headers[HeaderName];
1 reference to GetNegotiationHeader
Microsoft.AspNetCore.Routing (1)
Matching\NegotiationMatcherPolicy.cs (1)
85var header = GetNegotiationHeader(httpContext);