I have created a blank template MVC project with user accounts in Visual Studio 2019, i.e. ASP.NET Core Web Application -> Web Application (Model View Controller), Authentication = Individual user accounts.
When you run the project, you can navigate to the pages for /Identity/Account/Register and /Identity/Account/Login. However, I can't see any reference to these pages in the project structure.
The Areas/Identity folder does not contain any controllers or views, and I can't see any custom routing which redirect Identity/Account/Register to a different controller action.
Where is the html for these pages generated?