摘要:
扩展属性 Custom Entity 指的是我们想对 Identity 的几个 Entity 做修改. 比如 User 要多一些 property, 或者 Id 用 int 而不是默认的 GUID. 参考: Add, download, and delete custom user data to 阅读全文
摘要:
主要参考: Introduction to Identity on ASP.NET Core Start by command dotnet new webapp --auth Individual -uld -o WebApp1 new webapp 是做一个 razor page --auth 阅读全文