在任务中需要实现点击浏览器back按钮,加载的前一页面需要强制刷新.

想要在前端通过js来绑定数据实现,但是觉得太麻烦,还是用另一种方式来解决: 不缓存该页面。

简单易懂:

Response.Cache.SetCacheability(HttpCacheability.NoCache);
Response.Cache.SetNoStore();

 

posted on 2015-07-20 15:03  小小中  阅读(1047)  评论(0编辑  收藏  举报