Go to file
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
samples/MvcSample.Web Made some changes to the MvcApplication class 2014-04-17 00:02:10 -07:00
src Made some changes to the MvcApplication class 2014-04-17 00:02:10 -07:00
test
.gitattributes
.gitignore
NuGet.Config
WebFx.sln
build.cmd
global.json
makefile.shade
out.txt