码迷,mamicode.com
首页 > 其他好文 > 详细

NoCache

时间:2014-09-05 17:38:51      阅读:185      评论:0      收藏:0      [点我收藏+]

标签:http   os   io   sp   on   c   ad   res   ui   

<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Cache-Control" CONTENT="no-cache">
<META HTTP-EQUIV="Expires" CONTENT="0">


HttpContext.Current.Response.Cache.SetExpires(System.DateTime.UtcNow.AddDays(-1));
HttpContext.Current.Response.Cache.SetValidUntilExpires(false);
HttpContext.Current.Response.Cache.SetRevalidation(System.Web.HttpCacheRevalidation.AllCaches);
HttpContext.Current.Response.Cache.SetCacheability(System.Web.HttpCacheability.NoCache);
HttpContext.Current.Response.Cache.SetNoStore();

NoCache

标签:http   os   io   sp   on   c   ad   res   ui   

原文地址:http://www.cnblogs.com/zwei1121/p/3958206.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!