身份视图在哪里? [英] Where is the identity view?

查看:83
本文介绍了身份视图在哪里?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我在.NET Core 2.1中创建新项目时,找不到/Identity/Account/Manage背后的视图吗?在哪里,现在如何更改页面样式?

When I create a new project in .NET Core 2.1, I can not find the views behind /Identity/Account/Manage? Where is it, how do I change the page style now?

推荐答案

视图现已成为预编译库的一部分( Microsoft.AspNetCore.Identity.UI )链接到项目中,而不是单独的页面中.您可以自己创建视图,必要时它们将覆盖库视图.

The views are now part of a precompiled library (Microsoft.AspNetCore.Identity.UI) being linked into the project, not separate pages. You can create the views yourself and they will override the library ones if needed.

有关更多信息,请参见 Microsoft博客文章.

For more information see the Microsoft blog post.

您还可以将身份放入项目中.

You can also scaffold the identity into the project.

这篇关于身份视图在哪里?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆