LiteralControl   control1   =   new   LiteralControl("<base   target=\"_self\">");   
this.Header.Controls.Add(control1);   
this.Response.Expires   =   0;   
具体什么意思不是很明白,反正就把缓存时间设置为0吧。。让下次页面开启的时候不去找缓存就好了

相关文章:

  • 2021-10-12
  • 2021-09-23
  • 2021-12-20
  • 2022-12-23
  • 2022-02-22
  • 2021-10-22
  • 2021-09-03
  • 2021-08-26
猜你喜欢
  • 2022-12-23
  • 2021-10-13
  • 2022-12-23
  • 2022-12-23
  • 2021-08-30
  • 2021-12-21
相关资源
相似解决方案