3 implementations of SetContentTypes
Microsoft.AspNetCore.Mvc.Core (3)
ProducesAttribute.cs (1)
98public void SetContentTypes(MediaTypeCollection contentTypes)
ProducesDefaultResponseTypeAttribute.cs (1)
48void IApiResponseMetadataProvider.SetContentTypes(MediaTypeCollection contentTypes)
ProducesResponseTypeAttribute.cs (1)
96void IApiResponseMetadataProvider.SetContentTypes(MediaTypeCollection contentTypes)
3 references to SetContentTypes
Microsoft.AspNetCore.Mvc.ApiExplorer (2)
ApiResponseTypeProvider.cs (2)
218metadataAttribute.SetContentTypes(contentTypes); 263metadataAttribute.SetContentTypes(attributeContentTypes);
Microsoft.AspNetCore.Mvc.Core (1)
Formatters\FormatFilter.cs (1)
87filter.SetContentTypes(supportedMediaTypes);