问题 I have created a Web Application MVC project with Individuals User Accounts authentication. Afterwards I created a custom UserIdentity. I am trying to change the default "Register" view of Identity adding my new fields, however I only managed to scaffold new pages as Razor Pages. My question is: Is it possible to scaffold these new views in some structure like MVC? I would not like to mix MVC with Razor Pages at all. If this is not possible, is there any way to creating a controller that