Response.Cache.SetCacheability(System.Web.HttpCacheability.NoCache);
Response.Cache.SetNoStore();
禁止浏览器缓存(适合火狐和IE)
阅读 134
2022-11-23
Response.Cache.SetCacheability(System.Web.HttpCacheability.NoCache);
Response.Cache.SetNoStore();
相关推荐
精彩评论(0)