Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,559 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hallo NG,
In meinem vorherigen Project Angular habe ich den ApplicationDBContext wie folgt erstellt:
public class ApplicationDbContext : IdentityDbContext<ApplicationUser, ApplicationRole, string>
Ich möchte nun in meinem neuen Programm die selben Klassen nutzten.
public class ApplicationDbContext : ApiAuthorizationDbContext<ApplicationUser>
Wie kann ich nun dem ApplicationDBContext die ApplicationRole Klasse zuweisen und den Key als string festlegen?
Danke im voraus für jeden Hinweis und Tipp.
Grüße Ingo