你的位置: 码友网首页 / 资讯源列表 / Handling SPA Fallback Paths in a Generic ASP.NET Core Server

关于[Handling SPA Fallback Paths in a Generic ASP.NET Core Server]的摘要:

In a recent post I talked about adding support for custom mime maps in my generic Live Reload Web Server that is a generic Web Server implementation in ASP.NET Core. Point it at a folder and go... When building a generic server like this you find out that there are all sorts of edge cases - like the .dll file extensions not being served that I covered in the last post for example. In this post I deal with another application specific scenario: Handling client side routed URL handling when the client side routes fall through to the server when a the client route is externally navigated to, or a page is hard refreshed in the browser.

原文地址: https://weblog.west-wind.com/posts/2020/Jul/12/Handling-SPA-Fallback-Paths-in-a-Generic-ASPNET-Core-Server

收录时间: 2020-07-14 浏览量: 1898 分类: ASP.NET Core

| 0 收藏 | 0