aspnetcore/src/Microsoft.AspNetCore.Mvc.Ap...
Pranav K 9c424b7b02
Use content-type specified by ProducesAttribute if no formatter supports it
This allows users to use `ProducesAttribute` to specify the content-type
for action results such as FileStreamResult where the result determines the content type
and the specified value is informational.

Fixes https://github.com/aspnet/Mvc/issues/5701
2018-09-19 13:51:31 -07:00
..
DependencyInjection
Properties
ApiDescriptionExtensions.cs
ApiDescriptionGroup.cs
ApiDescriptionGroupCollection.cs
ApiDescriptionGroupCollectionProvider.cs
ApiParameterContext.cs
ApiResponseTypeProvider.cs Use content-type specified by ProducesAttribute if no formatter supports it 2018-09-19 13:51:31 -07:00
DefaultApiDescriptionProvider.cs Make structs readonly 2018-08-02 15:44:09 -07:00
IApiDescriptionGroupCollectionProvider.cs
Microsoft.AspNetCore.Mvc.ApiExplorer.csproj Re-organize shared src packages so we can do true IVT between src assemblies 2018-07-16 11:15:58 -07:00
baseline.netcore.json