ASP.NET MVC:Response.Redirect(url,TRUE)不会停止请求处理
您想将filterContext上的Result设置为RedirectResult,而不是对响应进行重定向。
filterContext.Result = new RedirectResult { Url = loginUrl };
https://stackoverflow.com/questions/2187323/asp-net-mvc-response-redirecturl-true-does-not-stop-request-processing
浙公网安备 33010602011771号