aspnetcore/test/WebSites/BasicWebSite/Controllers
Doug Bunting 6106375306 Add `HttpOkResult`, `HttpOkObjectResult`, and `Ok()` methods in `Controller`
- #2825
- new class names align with existing types such as `HttpNotFoundResult` and `HttpNotFoundObjectResult`
- remove similar types from WebApiCompatShim and use replacements in `ApiController`
 - `NegotiatedContentResult<T>` remains because Core doesn't have an exact replacement

nits:
- add missing periods in some `Controller` doc comments
2015-07-23 18:49:36 -07:00
..
LinkGeneration Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
ApplicationBaseController.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
Appointments.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
DefaultValuesController.cs Fix #2414 Part 2 - Add [DefaultValue(...)] support to the invoker for 2015-05-14 13:58:02 -07:00
HomeController.cs Add `HttpOkResult`, `HttpOkObjectResult`, and `Ok()` methods in `Controller` 2015-07-23 18:49:36 -07:00
JsonResultController.cs [Fixes #2715] Removed formatter dependency from JsonResult and JsonViewComponentResult 2015-06-25 14:09:32 -07:00
MonitorController.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
OrderController.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
RoutingController.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
SqlDataController.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
UsersController.cs Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00