Identity in ASP.Net Core 2.1 : Customize AccountController

后端 未结 6 2230
别那么骄傲
别那么骄傲 2020-11-30 22:30

I have installed ASP.NET Core 2.1 but even though I have created a new ASP.NET Core Web Application using ASP.NET Core 2.1 with

6条回答
  •  悲&欢浪女
    2020-11-30 22:35

    Turns out ASP.NET Core Identity is now available as a prebuilt package called Microsoft.AspNetCore.Identity.UI.

    You can read more about it here:

    https://blogs.msdn.microsoft.com/webdev/2018/03/02/aspnetcore-2-1-identity-ui/

提交回复
热议问题