关于[Customising the ASP.NET Core default UI without editing the PageModels]的摘要:
In this post I show how you can replace the Razor views for the default UI, without taking ownership of the business logic stored in the Razor Page PageModel code-behind files. I show how you can use the ASP.NET Core Identity scaffolder to generate the replacement Razor Pages initially, but customise these to use the existing, default, PageModels.
原文地址: https://andrewlock.net/customising-aspnetcore-identity-without-editing-the-pagemodel/