aspnetcore/test/WebSites/RequestServicesWebSite
Praburaj e447546e4e Reacting to hosting API changes 2015-03-02 12:03:01 -08:00
..
Controllers
Models
Views/Other
wwwroot Fixing Readme 2015-02-19 10:20:16 -08:00
RequestIdMiddleware.cs
RequestIdService.cs Reacting to hosting API changes 2015-03-02 12:03:01 -08:00
RequestIdViewComponent.cs
RequestScopedActionConstraint.cs Remove INestedProviderXXX 2015-02-23 15:18:39 -08:00
RequestScopedFilter.cs
RequestScopedTagHelper.cs
RequestServicesWebSite.kproj
Startup.cs
project.json
readme.md Fixing Readme 2015-02-19 10:20:16 -08:00

readme.md

RequestServicesWebSite

This web site registers services which are scoped per request. This web site is used for functional testing to ensure that the services are per-request and does not linger around to impact the next request.