C#后台跳转

后台跳转的方法:

1.js脚本

  [不推荐使用]

Context.Response.Write("<script language=javascript>window.location.href=\" \"</script>");

2.C#重定向

 [浏览器路径不变,服务器内容请求路径更改]

Response.Redirect(" ");

posted @ 2015-01-09 13:21  Wangyk  阅读(1658)  评论(0编辑  收藏  举报