aspnetcore/samples/MvcSample.Web
harshgMSFT 3765abdfca Adding Support for LinkGeneration for named Routes.
- Adding HtmlHelpers for route link generation.
- Controller Helpers
- UrlHelper and UrlHelperExtensions
2014-04-30 18:34:46 -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 Adding support for Url.Content, Href and ~/ in Razor views 2014-04-03 14:12:55 -07:00
Filters Adding IFilterFactory 2014-04-30 13:18:10 -07:00
Models Adding an appropriate sample to use ValidationMessage and ValidationMessageFor. 2014-04-30 11:07:02 -07:00
Views Adding an appropriate sample to use ValidationMessage and ValidationMessageFor. 2014-04-30 11:07:02 -07:00
FiltersController.cs Issue #312 - TypeFilterAttribute (with sample). 2014-04-29 14:18:39 -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 Introducing DisplayText, DisplayTextFor, Id, IdFor, IdForModel. 2014-04-30 10:23:25 -07:00
LinkController.cs Adding Support for LinkGeneration for named Routes. 2014-04-30 18:34:46 -07:00
MvcSample.Web.kproj Adding IFilterFactory 2014-04-30 13:18:10 -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 Migrate samples from hacky self host to helios 2014-03-14 10:25:13 -07:00
SimpleRest.cs Migrate samples from hacky self host to helios 2014-03-14 10:25:13 -07:00
Startup.cs Adding Support for LinkGeneration for named Routes. 2014-04-30 18:34:46 -07:00
ViewMetadata.cs Migrate samples from hacky self host to helios 2014-03-14 10:25:13 -07:00
project.json Turning on warnings as errors 2014-04-16 20:21:07 -07:00
web.Debug.config
web.Release.config
web.config