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
Models
Views Fix WebFx-169 and #118 2014-03-26 11:42:52 -07:00
FiltersController.cs
Home2Controller.cs
HomeController.cs
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