aspnetcore/test/WebSites/ApiExplorerWebSite/Controllers
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
..
ApiExplorerApiController.cs Use content-type specified by ProducesAttribute if no formatter supports it 2018-09-19 13:51:31 -07:00
ApiExplorerHttpMethodController.cs
ApiExplorerInboundOutboundController.cs
ApiExplorerNameSetByConventionController.cs
ApiExplorerNameSetExplicitlyController.cs
ApiExplorerParametersController.cs
ApiExplorerReloadableController.cs
ApiExplorerResponseContentTypeController.cs
ApiExplorerResponseContentTypeOverrideOnActionController.cs
ApiExplorerResponseTypeOverrideOnActionController.cs
ApiExplorerResponseTypeWithApiConventionController.cs Allow ProducesAttribute to apply along with conventions 2018-09-12 13:58:02 -07:00
ApiExplorerResponseTypeWithAttributeController.cs
ApiExplorerResponseTypeWithoutAttributeController.cs
ApiExplorerRouteAndPathParametersInformationController.cs
ApiExplorerVisibilityDisabledByConventionController.cs Fix typos (#8413) 2018-09-12 09:34:45 -07:00
ApiExplorerVisibilityEnabledByConventionController.cs Fix typos (#8413) 2018-09-12 09:34:45 -07:00
ApiExplorerVisibilitySetExplicitlyController.cs