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