2 writes to ContentTypes
Microsoft.AspNetCore.Mvc.Core (2)
ProducesAttribute.cs (2)
28
ContentTypes
= new MediaTypeCollection();
49
ContentTypes
= GetContentTypes(contentType, additionalContentTypes);
2 references to ContentTypes
Microsoft.AspNetCore.Mvc.Core (2)
ProducesAttribute.cs (2)
15
/// response content types. The <see cref="
ContentTypes
"/> value is used to set
101
foreach (var contentType in
ContentTypes
)