c# IE 清除缓存
2016-09-20 18:02 newbirth 阅读(387) 评论(0) 收藏 举报Response.Buffer = true; Response.ExpiresAbsolute = System.DateTime.Now.AddSeconds(-1); Response.Expires = 0; Response.CacheControl = "no-cache"; Response.Cache.SetCacheability(System.Web.HttpCacheability.NoCache); Response.Cache.SetNoStore();
浙公网安备 33010602011771号