aspnetcore/samples/MvcSample.Web
Javier Calvarro Nelson b0d52f73fd [Issue #527] Revive common ActionResults - Part 1.
1. Added HttpNotFound() to Controller.
2. Updated HttpStatusCodeResult to expose the StatusCode as a property.
3. Added unit tests for HttpNotFound() and for HttpStatusCodeResult.
4. Updated the MvcSample to add an action that uses HttpNotFound().
5. Brought back HttpNotFoundResult and added unit tests for it.
2014-07-25 13:04:59 -07:00
..
App_Data
Areas/Travel
Components
Content
Filters
Models
Monitoring
Services
Views ViewStarts need to be executed as part of View execution 2014-07-23 16:45:25 -07:00
FiltersController.cs
Home2Controller.cs
HomeController.cs [Issue #527] Revive common ActionResults - Part 1. 2014-07-25 13:04:59 -07:00
LinkController.cs
MvcSample.Web.kproj ViewStarts need to be executed as part of View execution 2014-07-23 16:45:25 -07:00
OverloadController.cs
SimplePocoController.cs
SimpleRest.cs Adding Attribute Routing Link Generation 2014-07-21 14:52:38 -07:00
Startup.cs
ViewMetadata.cs
project.json Renamed configurations to frameworks in project.json 2014-07-13 21:58:12 -07:00
web.Debug.config
web.Release.config
web.config