1 implementation of IApiDefaultResponseMetadataProvider
Microsoft.AspNetCore.Mvc.Core (1)
ProducesDefaultResponseTypeAttribute.cs (1)
13public sealed class ProducesDefaultResponseTypeAttribute : Attribute, IApiDefaultResponseMetadataProvider
1 reference to IApiDefaultResponseMetadataProvider
Microsoft.AspNetCore.Mvc.ApiExplorer (1)
ApiResponseTypeProvider.cs (1)
228IsDefaultResponse = metadataAttribute is IApiDefaultResponseMetadataProvider,