Friday, June 29, 2018

ASP.NET Core Identity Scaffolding

ASP.NET Core 2.1 introduces Razor UI class libraries that allow us to share UI artifacts with libraries and NuGet packages. One of the first official packages delivered with UI pieces is ASP.NET Core Identity. This blog post shows how to override default views of ASP.NET Core Identity by using scaffolding.

Let's start with ASP.NET Core 2.1 application that uses individual accounts for users.



from DZone.com Feed https://ift.tt/2tPUkxD

No comments:

Post a Comment