I\'ve created a brand new site from Visual Studio, and selected \"Individual User Account\" authentication. The page _LoginPartial.cshtml contains the followin
ASP.NET Core 2.1 introduced the ability to embed views in external class libraries, and the templates are using this feature. See here for more information on how this works specifically with ASP.NET Core Identity and how to override the embedded views.