aspnetcore/samples/MvcSample.Web
Ryan Nowak 469414c419 Adding support for scoped services in WebFX
We'll create a scoped service provider if the middleware that does it
isn't there.

We resolve all of our stuff from the scoped service provider, allowing
users to plug in any scoped things they want.

Ported UrlHelper to be a scoped service.
2014-03-26 12:45:36 -07:00
..
Areas/Travel
Components Implementation of ViewComponents 2014-03-25 11:04:37 -07:00
Filters Feedback: Make common base class for all contexts and all of them expose FilterItem collection 2014-03-20 09:59:24 -07:00
Models
Views Fix WebFx-169 and #118 2014-03-26 11:42:52 -07:00
FiltersController.cs Feedback: Make common base class for all contexts and all of them expose FilterItem collection 2014-03-20 09:59:24 -07:00
Home2Controller.cs Re-plumb ModelState. 2014-03-21 16:19:13 -07:00
HomeController.cs Add `ModelMetadata` to `ViewData` 2014-03-21 14:42:42 -07:00
LinkController.cs
OverloadController.cs
SimplePocoController.cs
SimpleRest.cs
Startup.cs Adding support for scoped services in WebFX 2014-03-26 12:45:36 -07:00
ViewMetadata.cs
project.json Adding support for scoped services in WebFX 2014-03-26 12:45:36 -07:00
web.Debug.config
web.Release.config
web.config