Disable Entity Core UI on all Unused (Unscaffolded) Pages To disable Entity Core UI on all unused (Unscaffolded) Pages, simply do the following: Remove any .AddDefaultUI() on your Startup where you registered Identity. This way, it will not auto generate the pages, but your pages are still there! If you used 'AddDefaultIdentity', it automatically includes UI. Switch to AddIdentity instead. Any pages you need, simply create a scaffold.
Created By: amos 3/20/2023 1:59:02 PM
|
|