ASP.NET Core 2.1 Angular 6.0 SPA template - razor page (cshtml) for index instead static page
问题 I am trying to migrate my ASP.NET Core 2.0 Angular 5 application with webpack setup to ASP.NET Core 2.1 Angular 6 with Angular-Cli . Short question: How can I force parsing razor pages directives from cshtml with Microsoft.AspNetCore.SpaServices.Extensions ? I do not want to use index.html from Angular.json , but index.cshtml . Long description: I started a new ASP.NET Core project from Angular template. There are quite a few things that just magically works. There is an index.html file