标签: c# asp.net routes identity core
我想将Identity Core中的“ Identity / Account / Login”设置为默认路由。我尝试了不同的方法来做,但是没有用。请帮助我,它可以是HomeController类的app.UseMvc(routes=>{...})或Startup类的{{1}}的属性路由,我不在乎。
HomeController
app.UseMvc(routes=>{...})
Startup