ASP.Net Core 2.1中的身份:自定义AccountController

编程入门 行业动态 更新时间:2024-10-12 08:26:38
本文介绍了ASP.Net Core 2.1中的身份:自定义AccountController的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我已经安装了ASP.NET Core 2.1,但是即使使用ASP.NET Core 2.1和Individual User Accounts→Store user accounts in-app创建了新的ASP.NET Core Web Application,也找不到AccountController或Views.

I have installed ASP.NET Core 2.1 but even though I have created a new ASP.NET Core Web Application using ASP.NET Core 2.1 with Individual User Accounts → Store user accounts in-app I can't find the AccountController or Views.

我仍然可以毫无问题地注册和登录,但是我找不到它的代码,它存在于2.0中.

I can still register and login without a problem but I can't find the code for it, it were present in 2.0.

推荐答案

2.1的更改是Razor类库,默认标识位于各个身份验证模板中的其中一个中.如果您希望将代码包含在应用程序中以便自定义代码,则可以使用Visual Studio或全局脚手架工具将其脚手架固定.请参阅有关这两种方法的指南.

One of the changes in 2.1 was Razor Class Libraries and the default identity lives in one of these in the individual auth templates. If you would like to have the code in your app so you can customise it, you can scaffold it out with Visual Studio, or with the global scaffolder tool. See this guide on how to do both.

更多推荐

ASP.Net Core 2.1中的身份:自定义AccountController

本文发布于:2023-11-14 03:59:26,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1586154.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:自定义   身份   Net   ASP   Core

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!