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 |
||
|---|---|---|
| .. | ||
| Controllers | ||
| Models | ||
| ActionDescriptorChangeProvider.cs | ||
| ApiExplorerDataFilter.cs | ||
| ApiExplorerInboundOutboundConvention.cs | ||
| ApiExplorerRouteChangeConvention.cs | ||
| ApiExplorerVisibilityDisabledConvention.cs | ||
| ApiExplorerVisibilityEnabledConvention.cs | ||
| ApiExplorerWebSite.csproj | ||
| PassThruAttribute.cs | ||
| ReloadAttribute.cs | ||
| Startup.cs | ||
| WellKnownChangeToken.cs | ||
| readme.md | ||
readme.md
ApiExplorerWebSite
This web site illustrates various ways to enable and disable api explorer discovery for actions. This also demonstrates how to consume api explorer data.