aspnetcore/test/WebSites/RequestServicesWebSite
Harsh Gupta e0f7c1b810 Fixing Readme 2015-02-19 10:20:16 -08:00
..
Controllers
Models
Views/Other
wwwroot Fixing Readme 2015-02-19 10:20:16 -08:00
RequestIdMiddleware.cs
RequestIdService.cs
RequestIdViewComponent.cs
RequestScopedActionConstraint.cs Fix for #1416 - Remove all uses of ITypeActivator and use the static method instead 2015-02-16 16:02: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.