3
Answers

Action in Identity

I am trying to open Register.cshtml and Login.cshtml (generated in my Solution Explorer after adding Identity).:

services.AddIdentity<Microsoft.AspNetCore.Identity.IdentityUser, Microsoft.AspNetCore.Identity.IdentityRole>().AddEntityFrameworkStores<ApplicationDbContext>().AddDefaultTokenProviders().AddDefaultUI();

Answers (3)