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
…
Models
…
ActionDescriptorChangeProvider.cs
…
ApiExplorerDataFilter.cs
…
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.