//Response.Redirect("/home/index");
            //return Redirect("/home/index");
            //return RedirectToAction("index");//在同一个目录下
            //return RedirectToAction("index", "home");  //如果不在同一个目录下

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-10-19
  • 2021-07-26
  • 2022-02-27
  • 2021-11-29
猜你喜欢
  • 2022-12-23
  • 2021-12-09
  • 2021-09-24
  • 2022-12-23
  • 2021-06-13
  • 2021-09-23
  • 2021-05-20
相关资源
相似解决方案