2 implementations of IApiRequestMetadataProvider
Microsoft.AspNetCore.Mvc.ApiExplorer.Test (1)
DefaultApiDescriptionProviderTest.cs (1)
2865IApiRequestMetadataProvider
Microsoft.AspNetCore.Mvc.Core (1)
ConsumesAttribute.cs (1)
25IApiRequestMetadataProvider,
4 references to IApiRequestMetadataProvider
Microsoft.AspNetCore.Mvc.ApiExplorer (4)
DefaultApiDescriptionProvider.cs (4)
454internal static MediaTypeCollection GetDeclaredContentTypes(IReadOnlyList<IApiRequestMetadataProvider>? requestMetadataAttributes, IAcceptsMetadata? acceptsMetadata) 473foreach (var metadataAttribute in requestMetadataAttributes) 482private static IApiRequestMetadataProvider[]? GetRequestMetadataAttributes(ControllerActionDescriptor action) 495.OfType<IApiRequestMetadataProvider>()