public ActionResult Logout() { ContextService.Close(); FormsAuthentication.SignOut();
return RedirectToAction("Index", "Home"); }
主要是实现退出登录,然后跳转,但是就是跳转不到那个页面,也没有报错。不知道为什么,求助
狐的传说
ibeautiful
相关分类