aspnetcore/test/WebSites/RequestServicesWebSite
Ryan Nowak 229724c4ea Reorganize MVC namespaces 2015-09-01 22:28:33 -07:00
..
Controllers
Models
Views/Other
wwwroot
RequestIdMiddleware.cs
RequestIdService.cs react to IHttpContextAccessor move 2015-08-12 19:07:24 -07:00
RequestIdViewComponent.cs
RequestScopedActionConstraint.cs
RequestScopedFilter.cs Reorganize MVC namespaces 2015-09-01 22:28:33 -07:00
RequestScopedTagHelper.cs
RequestServicesWebSite.xproj
Startup.cs
project.json React to Kestrel rename 2015-08-11 16:30:03 -07:00
readme.md

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.