在MVC3中使用UserData

FormsIdentity identity = User.Identity as FormsIdentity;
string userData = identity.Ticket.UserData;


你可能感兴趣的:(在MVC3中使用UserData)