ASP.NET Core UseSpaStaticFiles should return 404 for missing static files
I have an ASP.NET Core single page app with client-side routing. We have it set to return the index.html
page for any unknown path, so that the SPA can startup and handle rendering the page correctly.
Aspnet Core UseSpaStaticFiles should return 404 for missing static files
I have an aspnet core single page app with client-side routing. We have it set to return the index.html page for any unknown path, so that the SPA can startup and handle rendering the page correctly.