aspnetcore/test/WebSites/ApiExplorerWebSite
Pranav K 94a7c83998
Change DefaultApiConventions (#7939)
* Change DefaultApiConventions

* Introduce attributes for matching by name and type.

* Move discovery of ApiConventionAttribute to ApiBehaviorApplicationModelProvider. This is required
for us to detect during startup if the convention is incorrectly authored.
2018-06-25 08:24:30 -07:00
..
Controllers Change DefaultApiConventions (#7939) 2018-06-25 08:24:30 -07:00
Models Add IsRequired and DefaultValue to ApiParameterDescription 2018-06-22 06:51:58 -07:00
ActionDescriptorChangeProvider.cs
ApiExplorerDataFilter.cs Add IsRequired and DefaultValue to ApiParameterDescription 2018-06-22 06:51:58 -07:00
ApiExplorerInboundOutboundConvention.cs
ApiExplorerVisibilityDisabledConvention.cs
ApiExplorerVisibilityEnabledConvention.cs
ApiExplorerWebSite.csproj
PassThruAttribute.cs
Startup.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.