页面重定向c#-地址栏url

本文关键字:地址栏 url c#- 重定向 | 更新日期: 2023-09-27 17:58:45

我有一个场景,我想设置从自定义url到我的网站的页面重定向。例如,我可能想要http://support.mydomain.com打开页面http://mysubdomain.mydomain.com/support/index.aspx但诀窍是我想让地址栏显示http://support.mydomain.com而不是http://mysubdomain.mydomain.com/support/index.aspx.我正在使用aspnet c#web表单。有什么想法吗?

页面重定向c#-地址栏url

这听起来不太好,尤其是在你的子域上。然而,答案是使用Iframe。

您可以尝试使用URL重写。尽管严格来说,这是一种变通方法。

您可以使用

Server.Transfer()

因为它不会更改url栏。而且最好的方法是使用

 Configure Url Rewrite in IIS