Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
您如何将所有子页面流量重定向到您的 spa 中的主页。我知道它与服务器相关,除了在服务器中重写规则之外,还有其他优雅的方式。
我的情况是 iis,服务器端代码是用 ms 技术编写的。
如果您使用的是 MVC 应用程序,您可以在控制器方法中执行 Response.Redirect 或在服务器端调用另一个操作方法,您无需求助于 URL 重写。