摘要: 对于 Response.Redirect,请使用重载 Response.Redirect(String url, bool endResponse),该重载对 endResponse 参数传递 false 以取消对 Response.End 的内部调用。例如: Response.Redirect ( 阅读全文
posted @ 2016-08-19 13:49 highfly2012 阅读(857) 评论(0) 推荐(0)