mvc 浏览器回退重新加载页面

2020-10-10  本文已影响0人  杰克_王_
Response.Cache.SetExpires(DateTime.Now.AddDays(-1));
Response.Cache.SetValidUntilExpires(false);
Response.Cache.SetRevalidation(HttpCacheRevalidation.AllCaches);
Response.Cache.SetCacheability(HttpCacheability.NoCache);
Response.Cache.SetNoStore();
<meta http-equiv="PRAGMA" content="NO-CACHE" />
上一篇 下一篇

猜你喜欢

热点阅读