aspnetcore/samples/MvcSample.Web
David Fowler 93c9b3419e Made some changes to the MvcApplication class
- Renamed it to MvcRouteHandler
- Removed required IServiceProvider ctor param.
- The HttpContext flows the application services through to MVC. This does
 require a call to app.UseContainer in order for things to work but that should be fine.
 This will be the pattern we use for all frameworks going forward and we'll need to have some
 good error handling around this area when things aren't wired up properly.
2014-04-17 00:02:10 -07:00
..
Areas/Travel Add `DropDownList()` and `DropDownListFor()` HTML helpers 2014-04-14 16:05:07 -07:00
Components Fix #231; add `ViewBag` to `ViewComponent` 2014-04-12 14:10:16 -07:00
Content
Filters
Models Add remaining HTML input helpers 2014-04-09 12:52:47 -07:00
Views Adding DisplayName, Label HtmlHelpers. 2014-04-16 11:41:47 -07:00
FiltersController.cs
Home2Controller.cs
HomeController.cs Add `DropDownList()` and `DropDownListFor()` HTML helpers 2014-04-14 16:05:07 -07:00
LinkController.cs CR Feedback 2014-04-07 12:49:30 -07:00
MvcSample.Web.kproj Cleanup Display, Partial, and Validation extensions 2014-04-10 17:12:16 -07:00
OverloadController.cs
SimplePocoController.cs
SimpleRest.cs
Startup.cs Made some changes to the MvcApplication class 2014-04-17 00:02:10 -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