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