博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

ASPNET刷新页面的几种方法

Posted on 2011-07-02 15:35  moss_tan_jun  阅读(312)  评论(0编辑  收藏  举报

 

 

 

1、Response.Redirect(Request.Url.ToString());

2、Response.Write("<script>window.location.href=document.URL;</script>");

3、Response.AddHeader("Refresh","0");

4、<meta http-equiv="refresh" content="600; url=fls.html">