aspnetcore/test/WebSites/BasicWebSite/Controllers/ContentNegotiation
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
..
ContentNegotiationController.cs MVC functional test cleanup (part 1) 2015-12-14 21:50:55 -08:00
FallbackOnTypeBasedMatchController.cs MVC functional test cleanup (part 1) 2015-12-14 21:50:55 -08:00
FormatFilterController.cs MVC functional test cleanup (part 1) 2015-12-14 21:50:55 -08:00
NoContentController.cs MVC functional test cleanup (part 1) 2015-12-14 21:50:55 -08:00
NoContentDoNotTreatNullValueAsNoContentController.cs MVC functional test cleanup (part 1) 2015-12-14 21:50:55 -08:00
NoProducesContentOnClassController.cs MVC functional test cleanup (part 1) 2015-12-14 21:50:55 -08:00
NormalController.cs MVC functional test cleanup (part 1) 2015-12-14 21:50:55 -08:00
ProducesContentBaseController.cs MVC functional test cleanup (part 1) 2015-12-14 21:50:55 -08:00
ProducesContentOnClassController.cs MVC functional test cleanup (part 1) 2015-12-14 21:50:55 -08:00
ProducesJsonController.cs MVC functional test cleanup (part 1) 2015-12-14 21:50:55 -08:00
ProducesWithMediaTypeParametersController.cs MVC functional test cleanup (part 1) 2015-12-14 21:50:55 -08:00
TextPlainController.cs MVC functional test cleanup (part 1) 2015-12-14 21:50:55 -08:00