对于 Response.Redirect,请使用重载 Response.Redirect(String url, bool endResponse),该重载对 endResponse 参数传递 false 以取消对 Response.End 的内部调用。例如:

Response.Redirect ("nextpage.aspx", false);

相关文章:

  • 2021-12-06
  • 2021-05-16
  • 2021-07-13
  • 2022-12-23
  • 2021-10-29
  • 2021-08-01
猜你喜欢
  • 2021-09-10
  • 2022-02-02
  • 2022-12-23
相关资源
相似解决方案