- Accessing HttpContext outside of framework components in ASP.NET Core
- HttpContext.Features vs HttpContext.Items In Asp.Net Core
- Better way of storing Per-Request data across middlewares in ASP.NET Core
- The HttpContext Items Collection
- BETTER THAN HTTPCONTEXT.ITEMS
- Request Features And ASP.NET Core 3
- When we can use HttpContext.Current.Items to stores data in ASP.NET ?
- HttpContext.Items Property
- HttpContext.TraceIdentifier Property
- HttpContext.Features Property
- Tips & tricks for unit testing in .NET Core 3: Mocking IHttpContextAccessor
- How to get custom header value in .NET Core WebAPI
- Read And Convert QueryCollection Values In ASP.NET
- xunit - how to get HttpContext.User.Identity in unit tests