如何使用 Angular 和个人帐户身份验证类型编辑 ASP.NET Core (3.1) 中的 Razor 页面?
我使用以下模板在 Visual Studio 2022 中创建了一个项目:
该模板从功能登录和注册页面开始:
我该如何编辑这些页面呢添加按钮和更改颜色之类的东西?
请注意,在此模板中,没有区域文件夹,我所拥有的只是以下内容:
我也非常欢迎任何有关学习 razor 页面并将其与 Angular 一起使用的教程的建议!
I created a project in Visual Studio 2022 using this template:
The template starts me off with functioning login and register pages:
How can I edit these pages to do things like add buttons and change colors?
Note that in this template, there is no areas folder, all I have is the following:
I have tried adding scaffolding and I get this error:
I would also really welcome any recommendations for tutorials for learning razor pages and using them with angular!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
根据 @Xinran-Shen 的评论,我将几乎所有包更改为相同版本。
我有一个软件包没有该版本,所以我将其保留原样。
我的 .CSProj 文件中的 ItemGroup 部分现在如下所示:
,对于具有 Angular 和个人帐户身份验证类型配置/设置的 ASP.NET Core (3.1),当您添加身份时,必须将此字段留空:
Per @Xinran-Shen's comment, I changed almost all my packages to the same version.
I had one package that didn't have that version, so I left that as is.
The ItemGroup section in my .CSProj file now looks like this:
Additionally, for this ASP.NET Core (3.1) with Angular and Individual Accounts Authentication type Configuration/setup, when you add an identity, you must leave this blank: