代码:

        Response.BufferOutput = true; 
        Response.Cache.SetExpires(DateTime.Now.AddMilliseconds(-1));
        Response.Cache.SetCacheability(HttpCacheability.NoCache);
        Response.AppendHeader("  Pragma", "No-Cache"); 

 

相关文章:

  • 2022-02-25
  • 2022-12-23
  • 2021-08-08
  • 2021-11-30
  • 2021-07-24
  • 2022-01-16
  • 2021-11-03
猜你喜欢
  • 2021-12-02
  • 2022-12-23
  • 2022-12-23
  • 2022-01-06
  • 2021-11-17
  • 2022-12-23
相关资源
相似解决方案