1 override of GetMetadataValue
Microsoft.AspNetCore.Routing (1)
Matching\ContentEncodingNegotiationMatcherPolicy.cs (1)
15private protected override string? GetMetadataValue(Endpoint endpoint) => endpoint.Metadata.GetMetadata<ContentEncodingMetadata>()?.Value;
3 references to GetMetadataValue
Microsoft.AspNetCore.Routing (3)
Matching\NegotiationMatcherPolicy.cs (3)
126var metadata = GetMetadataValue(candidate.Endpoint); 266var metadata = GetMetadataValue(endpoint) ?? DefaultNegotiationValue; 278var metadata = GetMetadataValue(endpoint) ?? DefaultNegotiationValue;