在哪里可以找到身份创建的登录和注册页面的视图和代码

Where Can I Find Views and codes of Login and register pages Created by Identity

我刚刚使用 Visual studio 2019 创建了一个具有身份支持的 asp.net 核心 mvc 项目。内置了 Login/Register 页面。但我找不到他们的源代码和 cshtml! 它使用区域,但我从文档中的这篇文章中搜索了所有可能的地方 Areas in ASP.NET Core

我需要自定义 Login/Register 视图及其功能。我在哪里可以找到它们?

请注意 ASP.NET Core 提供 ASP.NET Core Identity 作为 RCL。

要修改code/view(s)和更改默认行为,您可以参考以下文档应用脚手架选择性地添加Identity RCL中包含的源代码,然后您可以自定义根据您的实际需求生成代码。

https://docs.microsoft.com/en-us/aspnet/core/security/authentication/scaffold-identity?view=aspnetcore-5.0&tabs=visual-studio