aspnetcore/test/WebSites/BasicWebSite/Controllers
Ryan Nowak 1ff5bdca79 Set model prefix for [ApiController]
Infers the 'empty' model prefix for complex types that are read from the value
providers. This gives us better defaults when using the parameter object
pattern with respect to swagger/API explorer.
2018-03-23 14:49:54 -07:00
..
ActionConstraints Add support for media type suffixes (#5273, #6032) 2017-03-31 10:20:43 +01:00
ContentNegotiation [Fixes 7139] Add format filter mapping for xml formatters 2018-01-10 15:18:37 -08:00
LinkGeneration
ActionResultOfTController.cs Introduce ActionResult<T> 2017-09-06 18:46:06 -07:00
AntiforgeryController.cs Added functional tests for Antiforgery related to setting no-cache headers 2016-11-02 16:29:34 -07:00
AsyncActionsController.cs React to new ObjectMethodExecutor in Common 2017-05-03 15:40:02 +01:00
AuthorizeUserController.cs Remove FiltersWebSite 2018-03-16 16:54:10 -07:00
ContactApiController.cs Set model prefix for [ApiController] 2018-03-23 14:49:54 -07:00
DefaultValuesController.cs
FiltersController.cs Remove FiltersWebSite 2018-03-16 16:54:10 -07:00
HomeController.cs Fix issues with RazorCompileOnBuild=true being default 2018-03-09 14:39:18 -08:00
JsonResultController.cs
MonitorController.cs
OrderController.cs
PageRouteController.cs Allow "page" route parameter to be used in Mvc controllers 2017-08-24 15:44:37 -07:00
PassThroughController.cs
RemoteAttribute_HomeController.cs
RemoteAttribute_VerifyController.cs
RequestFormLimitsController.cs Added RequestFormLimits filter. 2017-09-18 13:48:15 -07:00
RequestScopedServiceController.cs
RequestSizeLimitController.cs Changed RequestSizeLimitAttribute to create an authorization filter rather than a resource filter. 2017-09-12 17:03:24 -07:00
RoutingController.cs
SqlDataController.cs
TempDataController.cs Marked CookieTempDataProvider's cookie as non-essential 2018-01-05 15:41:01 -08:00
TempDataPropertyController.cs [Fixes #6591] TempData should support nullable types 2017-12-04 15:33:22 -08:00
TestingController.cs Improvements to the MVC testing package 2018-03-19 12:19:45 -07:00
UsersController.cs