It’s easy by using the HttpContextWrapper
HttpContextBase basecontext = (new HttpContextWrapper(HttpContext.Current));
Happy coding!
Leave a commentIt’s easy by using the HttpContextWrapper
HttpContextBase basecontext = (new HttpContextWrapper(HttpContext.Current));
Happy coding!
Leave a comment