aspnetcore/test/WebSites/RequestServicesWebSite
N. Taylor Mullen d564a4a96b React to aspnet/Razor#561.
- `TagHelper` directives no longer have quotes.
- Regenerated test output.
2015-11-06 12:31:55 -08:00
..
Controllers Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
Models Update LICENSE.txt and license header on files. 2015-05-01 13:55:25 -07:00
Views/Other React to aspnet/Razor#561. 2015-11-06 12:31:55 -08:00
wwwroot
RequestIdMiddleware.cs Renaming Microsoft.Framework.* -> Microsoft.Extensions.* 2015-10-03 15:44:53 -07:00
RequestIdService.cs react to IHttpContextAccessor move 2015-08-12 19:07:24 -07:00
RequestIdViewComponent.cs Part of #2151 - Remove [Activate] from ViewComponents 2015-05-21 22:57:45 -07:00
RequestScopedActionConstraint.cs Renaming Microsoft.Framework.* -> Microsoft.Extensions.* 2015-10-03 15:44:53 -07:00
RequestScopedFilter.cs Move ActionResult classes back to main namespace 2015-09-16 21:42:31 -07:00
RequestScopedTagHelper.cs React to aspnet/Razor#578. 2015-10-22 14:41:40 -07:00
RequestServicesWebSite.xproj
Startup.cs Renaming Microsoft.Framework.* -> Microsoft.Extensions.* 2015-10-03 15:44:53 -07:00
project.json Remove Microsoft.AspNet.Server.IIS from test Websites 2015-10-24 08:04:00 -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.