清空浏览器客户端的缓存
摘要:
/// /// 清空浏览器客户端的缓存/// public static void ClearClientPageCache(){HttpContext.Current.Response.Buffer=true;HttpContext.Current.Response.Expires = 0;HttpContext.Current.Response.ExpiresAbsolute=DateTime... 阅读全文
posted @ 2006-03-11 15:30 卓如 阅读(271) 评论(0) 推荐(0) 编辑