0

Just creating a new project, using Aspnet Core 3.0 with Angular and Identity with visual Studio 19 template for this project.

How can I customize the login, register and other identity pages ?

1 Answer 1

1

For Asp.net Core Identity, it uses Identity library which is Razor Page.

You could follow steps below:

Right Click Project->Add New Scaffolded Item-> Identity-> Add-> Choose files to override-> Select Data context class-> Add

And then, change the generated Razor Page based on your requirement.

Sign up to request clarification or add additional context in comments.

1 Comment

Is it possible to create Angular components to login instead these razor pages ?

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.