AuthorizeAttribute跳转和重定向

//页面跳转到 登录页面
//filterContext.Result = new RedirectToRouteResult(new RouteValueDictionary(new { controller = "/Sign", action = "Index" }));
//filterContext.HttpContext.Response.Redirect("/Portal/Home");//重定向

posted @ 2017-04-20 08:00  914556495  阅读(1421)  评论(0编辑  收藏  举报