如何使用 Angular 和个人帐户身份验证类型编辑 ASP.NET Core (3.1) 中的 Razor 页面?

发布于 2025-01-09 14:13:41 字数 1043 浏览 0 评论 0原文

我使用以下模板在 Visual Studio 2022 中创建了一个项目:

在此处输入图像描述

在此处输入图像描述

该模板从功能登录和注册页面开始:

在此处输入图像描述

我该如何编辑这些页面呢添加按钮和更改颜色之类的东西?

请注意,在此模板中,没有区域文件夹,我所拥有的只是以下内容:

在此处输入图像描述

我尝试添加脚手架,但收到此错误: 输入图片此处描述输入图片这里的描述

我也非常欢迎任何有关学习 razor 页面并将其与 Angular 一起使用的教程的建议!

I created a project in Visual Studio 2022 using this template:

enter image description here

enter image description here

The template starts me off with functioning login and register pages:

enter image description here

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:

enter image description here

I have tried adding scaffolding and I get this error:
enter image description here
enter image description here

I would also really welcome any recommendations for tutorials for learning razor pages and using them with angular!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

烛影斜 2025-01-16 14:13:41

根据 @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:
enter image description here

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:
enter image description here

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文