Updating default front-end design of Identity Login Page in .NET core
问题 I am developing a .NET core application with Identity login which provides a Bootstrap form In the /Identity/Account/Login page. I have imported Materialize CSS files in the wwwroot/lib folder and want to change the Login page's design with materialize css as well. The problem is /Identity/Account/Login page doesn't exist in project structure. Then how should I approach to solve this problem? 回答1: One way would be to scaffold the login page, which would add it to your project structure. Then