在XAF中,如果使用HttpContext.Response.Redirect()进行跳转,会出现”当前线程终止“的报错,跳转失败。
这时候,应该改用WebApplication.Redirect()静态方法。