ASP.NET Core Accountフォルダ配下のRazorページでDbContextを使いたい場合
Register.cshtml、Login.cshtml、Logout.cshtml、Manage/Index.cshtml など、/Areas/Identity/Pages/Accountフォルダ配下にあるいずれのRazorページでも、R...
ASP.NET Core