aspnetcore/test/WebSites/BasicWebSite/Controllers
Javier Calvarro Nelson 96bd2769d0 Improvements to the testing package.
* Detect a ConfigureDefaultBuilder static method on Program.cs of the test site
and use it to initialize the IWebHostBuilder instance that we configure for testing.
* Make use of the new service configuration extensibility points in Hosting to override
services for testing.
* Get rid of MvcWebApplicationBuilder and move MVC specific methods into extension methods.
2017-09-18 18:12:01 -07:00
..
ActionConstraints
ContentNegotiation
LinkGeneration
ActionResultOfTController.cs Introduce ActionResult<T> 2017-09-06 18:46:06 -07:00
AntiforgeryController.cs
AsyncActionsController.cs
DefaultValuesController.cs
HomeController.cs Added RedirectToAction overload with no arguments 2017-09-12 17:17:48 -07:00
JsonResultController.cs
MonitorController.cs
OrderController.cs
PageRouteController.cs
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 Avoid saving TempData in case of unhandled exceptions. [Fixes #6598] BUG? Accessing TempData prevent response to have content on error. 2017-09-07 13:13:27 -07:00
TempDataPropertyController.cs
TestingController.cs Improvements to the testing package. 2017-09-18 18:12:01 -07:00
UsersController.cs