It’s easy by using the HttpContextWrapper
HttpContextBase basecontext = (new HttpContextWrapper(HttpContext.Current));
Happy coding!
All technologies, only pure source code
It’s easy by using the HttpContextWrapper
HttpContextBase basecontext = (new HttpContextWrapper(HttpContext.Current));
Happy coding!