aspnetcore/test/WebSites/ApiExplorerWebSite/Controllers
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
..
ApiExplorerApiController.cs Infer multipart/form-data for FromFile parameters 2017-11-02 09:36:31 -07:00
ApiExplorerHttpMethodController.cs
ApiExplorerInboundOutboundController.cs
ApiExplorerNameSetByConventionController.cs
ApiExplorerNameSetExplicitlyController.cs
ApiExplorerParametersController.cs Add IsRequired and DefaultValue to ApiParameterDescription 2018-06-22 06:51:58 -07:00
ApiExplorerReloadableController.cs
ApiExplorerResponseContentTypeController.cs
ApiExplorerResponseContentTypeOverrideOnActionController.cs
ApiExplorerResponseTypeOverrideOnActionController.cs
ApiExplorerResponseTypeWithApiConventionController.cs Change DefaultApiConventions (#7939) 2018-06-25 08:24:30 -07:00
ApiExplorerResponseTypeWithAttributeController.cs
ApiExplorerResponseTypeWithoutAttributeController.cs Make DefaultApiDescriptionProvider understand ActionResult<T> 2017-09-11 14:20:38 -07:00
ApiExplorerRouteAndPathParametersInformationController.cs
ApiExplorerVisibilityDisabledByConventionController.cs
ApiExplorerVisibilityEnabledByConventionController.cs
ApiExplorerVisibilitySetExplicitlyController.cs