Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 418 Bytes

File metadata and controls

6 lines (4 loc) · 418 Bytes

Add Custom Property To ASP.NET Identity User

You can add custom properties to ASP.NET Identity User. Here in this example I've added a new Code property to IdentityUser. You can find step by step guide here. After following all the steps, you will have a Code property in UI, in model and database:

Add Custom Property To ASP.NET Identity User