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