aspnetcore/test/WebSites/BasicWebSite
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
..
Components
Controllers Add `HttpOkResult`, `HttpOkObjectResult`, and `Ok()` methods in `Controller` 2015-07-23 18:49:36 -07:00
Conventions
Models
Views [Fixes #2547] Fixed attribute value prefix with dynamic content being ignored 2015-05-18 17:15:38 -07:00
wwwroot
ActionDescriptorCreationCounter.cs
BasicWebSite.xproj
Startup.cs
project.json
readme.md

readme.md

BasicWebSite

This web site illustrates many commonly used features including but not limited to link generation, action results and content negotiation, RouteData amongst others.