aspnetcore/samples/MvcSample.Web
Yishai Galatzer a5afd3eb42 ActionResult implements IActionResult, and all our default implementations now use ActionResult
All controller methods return the specific ActionResult type
2014-04-25 15:57:02 -07:00
..
Areas/Travel ActionResult implements IActionResult, and all our default implementations now use ActionResult 2014-04-25 15:57:02 -07:00
Components Fix #231; add `ViewBag` to `ViewComponent` 2014-04-12 14:10:16 -07:00
Content
Filters Fixing missing files in kproj 2014-04-25 14:48:14 -07:00
Models Add remaining HTML input helpers 2014-04-09 12:52:47 -07:00
Views Add default `Display*()` templates 2014-04-19 19:00:42 -07:00
FiltersController.cs ActionResult implements IActionResult, and all our default implementations now use ActionResult 2014-04-25 15:57:02 -07:00
Home2Controller.cs ActionResult implements IActionResult, and all our default implementations now use ActionResult 2014-04-25 15:57:02 -07:00
HomeController.cs ActionResult implements IActionResult, and all our default implementations now use ActionResult 2014-04-25 15:57:02 -07:00
LinkController.cs ActionResult implements IActionResult, and all our default implementations now use ActionResult 2014-04-25 15:57:02 -07:00
MvcSample.Web.kproj Implementing Authorize attribute 2014-04-24 16:21:43 -07:00
OverloadController.cs ActionResult implements IActionResult, and all our default implementations now use ActionResult 2014-04-25 15:57:02 -07:00
SimplePocoController.cs
SimpleRest.cs
Startup.cs Moved BuilderExtensions to Microsoft.AspNet namespace 2014-04-18 00:51:27 -07:00
ViewMetadata.cs
project.json Turning on warnings as errors 2014-04-16 20:21:07 -07:00
web.Debug.config
web.Release.config
web.config