从MVC获取Web Api用户

时间:2014-05-14 05:54:09

标签: asp.net asp.net-web-api asp.net-mvc-5 asp.net-identity asp.net-web-api2

我在MVC控制器上使用标准SPA Visual Studio 2013模板及其身份系统。 HomeController上可以访问所有用户信息。但是如何在ApiController中获取loggined用户ID?

任何其他解决方案?

1 个答案:

答案 0 :(得分:0)

ApiController class有一个User property,其使用方式与使用常规Controller.User的方式相同。