标签: asp.net .net vb.net
单击按钮时,我有以下代码。
protected void Button1_Click(object sender, EventArgs e) { Response.Redirect("https://www.google.ca/"); }
它在Internet Explorer中给我一个空白页,但在其他浏览器中却可以使用。
我要去其他外部站点,并且行为相同。
您能帮我弄清楚如何重定向到外部网站吗?