为了账号安全,请及时绑定邮箱和手机立即绑定

asp.net mvc2 为什么 RedirectToAction() 跳转没有反应?

asp.net mvc2 为什么 RedirectToAction() 跳转没有反应?

翻阅古今 2018-08-03 04:05:17
public ActionResult Logout()        {            ContextService.Close();            FormsAuthentication.SignOut();            return RedirectToAction("Index", "Home");        }主要是实现退出登录,然后跳转,但是就是跳转不到那个页面,也没有报错。不知道为什么,求助
查看完整描述

2 回答

?
狐的传说

TA贡献1804条经验 获得超3个赞

            return Redirect("/Home/Index");


查看完整回答
反对 回复 2018-08-06
?
ibeautiful

TA贡献1993条经验 获得超5个赞

return RedirectToAction( "Index", new RouteValueDictionary( 
    new { controller = "Index", action = "Home" } ) );


查看完整回答
反对 回复 2018-08-06
  • 2 回答
  • 0 关注
  • 2046 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信