标签: asp.net-mvc controller httprequest asp.net-web-api httpcontext
在控制器中,我只能访问User属性。在控制器之外我显然无法访问User属性,因此在阅读之后我尝试了HttpContext.Current.User,但是HttpContext.Current为null。这看起来很简单,我宁愿不改变我的架构,以便将用户从控制器传递到我的其他类。