Response.ClearHeaders()方法 ClearHeaders方法只删除头信息,而不删除Response显示输出信息.
 this.Response.BufferOutput = true;//设置输出缓冲
 Response.Redirect(url, true);

 

相关文章:

  • 2022-12-23
  • 2021-10-25
  • 2021-08-14
  • 2021-10-08
  • 2022-12-23
  • 2022-12-23
  • 2021-11-08
  • 2021-08-24
猜你喜欢
  • 2022-12-23
  • 2021-07-19
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案