摘要: 一、设置页面缓存1、直接在页面上用声明来缓存页面2、使用服务端方法://将Cache-Control标头设置为HttpCacheAbility值Response.Cache.SetCacheability(HttpCacheability.Public);//将页面的绝对过期时间Response.C... 阅读全文
posted @ 2014-04-27 21:45 it-dawning 阅读(3077) 评论(0) 推荐(0)