aspnetcore/test/WebSites/BasicWebSite/Controllers
Doug Bunting 59824dc7be MVC functional test cleanup (part 1)
- #3612 subpart 2 of 2
- merge `ActionConstraintsWebSite`, `AntiforgeryTokenWebSite` and `ContentNegotiationWebSite` into `BasicWebSite`
  - remove tests depending on `ErrorReporterMiddleware` in merged sites; not used in `BasicWebSite`
- delete `CompositeViewEngineWebSite`, `Microsoft.AspNet.Mvc.ViewEngines.CompositeViewEngineTest` covers cases
- delete `CorsMiddlewareWebsite`, soon to be in Cors repo (see aspnet/CORS#57)
- remove `SendFileMiddleware` from FilesWebSite, unused there
2015-12-14 21:50:55 -08:00
..
ActionConstraints MVC functional test cleanup (part 1) 2015-12-14 21:50:55 -08:00
ContentNegotiation MVC functional test cleanup (part 1) 2015-12-14 21:50:55 -08:00
LinkGeneration
AntiforgeryController.cs MVC functional test cleanup (part 1) 2015-12-14 21:50:55 -08:00
ApplicationBaseController.cs
Appointments.cs Move ActionResult classes back to main namespace 2015-09-16 21:42:31 -07:00
DefaultValuesController.cs
HomeController.cs Replace ActionBindingContext with ControllerContext 2015-11-20 15:32:37 -08:00
JsonResultController.cs Move ActionResult classes back to main namespace 2015-09-16 21:42:31 -07:00
MonitorController.cs API Review - Split up .Actions 2015-09-21 21:54:02 -07:00
OrderController.cs
RemoteAttribute_HomeController.cs [Fixes #3624] MVC functional test cleanup (part 2) 2015-12-10 16:26:39 -08:00
RemoteAttribute_VerifyController.cs [Fixes #3624] MVC functional test cleanup (part 2) 2015-12-10 16:26:39 -08:00
RequestScopedServiceController.cs Movig RequestServicesWebsite to BasicWebsite 2015-12-03 14:42:10 -08:00
RoutingController.cs Replace ActionBindingContext with ControllerContext 2015-11-20 15:32:37 -08:00
SpecificFormattersController.cs * Debug log exceptions in JsonInput deserializing 2015-11-30 11:19:22 -08:00
SqlDataController.cs
TempDataController.cs Addressed feedback 2015-12-03 14:42:14 -08:00
UsersController.cs