HttPContextAccessor in ASP.NET Core
While working with ASP.NET Core web applications, developers often need HttpContext to access the properties associated with request and response.
A HttpContext object encapsulates all such properties for example request path, request method, query s...
thoughtcopy.com3 min read