【发布时间】:2020-05-22 19:36:12
【问题描述】:
我有一个带有身份和 E.F.. 的 Asp.NET Core 3.1 MVC 应用程序。
我正在使用 ApplicationUser 对 IdentityUser 进行个性化设置,我需要更改 Identity Razor 页面中的值,例如页面 Identity/Account/Manage,但该页面不在我的项目中。
我使用命令dotnet aspnet-codegenerator identity -dc MVCCallHub.Data.ApplicationDbContext 生成了支架,但只创建了登录、注册和注销页面。
其他身份页面在哪里?
我的页面结构:
【问题讨论】:
标签: c# razor asp.net-core-mvc identity