I have a base controller that I am using to get information out of a cookie, however the Context object is null in the Base Controller constructor and the System.Web.HttpContext.Current is gone in vNext. How can I get current context to get at cookies in the base controller's constuctor method??
↧