ASP.Net Core 2.1中的身份:自定义AccountController [英] Identity in ASP.Net Core 2.1 : Customize AccountController

查看:162
本文介绍了ASP.Net Core 2.1中的身份:自定义AccountController的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经安装了ASP.NET Core 2.1,但是即使使用ASP.NET Core 2.1Individual User AccountsStore 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 AccountsStore 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.

推荐答案

有关这两种方法的指南.

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的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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