1 implementation of IApiRequestMetadataProvider
Microsoft.AspNetCore.Mvc.Core (1)
ConsumesAttribute.cs (1)
25
IApiRequestMetadataProvider
,
4 references to IApiRequestMetadataProvider
Microsoft.AspNetCore.Mvc.ApiExplorer (4)
DefaultApiDescriptionProvider.cs (4)
471
internal static MediaTypeCollection GetDeclaredContentTypes(IReadOnlyList<
IApiRequestMetadataProvider
>? requestMetadataAttributes, IAcceptsMetadata? acceptsMetadata)
490
foreach (
var
metadataAttribute in requestMetadataAttributes)
499
private static
IApiRequestMetadataProvider
[]? GetRequestMetadataAttributes(ControllerActionDescriptor action)
512
.OfType<
IApiRequestMetadataProvider
>()