ASP.NET Identity Extend methods to access user properties
As I can extend methods to access user properties? There are methods like: User.Identity.GetUserId() User.Identity.GetUserName() Which are accessible from the views and the controllers. I want to extend this functionality with methods like: User.Identity.GetUserPhoneNumber() User.Identity.GetUserLanguaje() Similar Question: Need access more user properties in User.Indentity answered by Microsoft professionals at codeplex worklog as below "You can get the User object and do User.Email or User.PhoneNumber since these properties are hanging off the User model" We can get the application current