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)
110var metadata = GetMetadataValue(candidate.Endpoint); 238var metadata = GetMetadataValue(endpoint) ?? DefaultNegotiationValue; 250var metadata = GetMetadataValue(endpoint) ?? DefaultNegotiationValue;