Migrate from System.Web.HttpContext to Microsoft.AspNetCore.Http.HttpContext
A practical migration from the ASP.NET Framework System.Web.HttpContext to the ASP.NET Core 11 HttpContext: HttpContext.Current, the property map, Server.MapPath, Session, and the System.Web adapters shim for incremental migrations.