Response.Redirect对外部站点起作用

时间:2018-10-01 20:21:23

标签: asp.net .net vb.net

单击按钮时,我有以下代码。

protected void Button1_Click(object sender, EventArgs e) {
    Response.Redirect("https://www.google.ca/");
}

它在Internet Explorer中给我一个空白页,但在其他浏览器中却可以使用。

我要去其他外部站点,并且行为相同。

您能帮我弄清楚如何重定向到外部网站吗?

0 个答案:

没有答案