Response.Buffer = true;
        Response.ExpiresAbsolute = DateTime.Now.AddDays(-1);
        Response.Expires = 0;
        Response.CacheControl = "no-cache";

 

 

相关文章:

  • 2021-11-21
  • 2021-08-18
  • 2021-08-04
  • 2021-11-08
  • 2021-05-08
  • 2021-08-19
  • 2022-02-07
  • 2022-01-09
猜你喜欢
  • 2021-12-02
  • 2022-12-23
  • 2021-08-08
  • 2022-12-23
  • 2021-11-21
  • 2021-11-21
  • 2021-11-21
相关资源
相似解决方案