catch (System.Threading.ThreadAbortException ex) {
HttpContext.Current.Response.End(); }
只需在转向时捕获此异常,即可,而且,转向依然会继续。