asp.net mvc 跳转到另外一个controller的方法

return RedirectToRoute(new { controller = "Student", action = "student/student" });//重定向


对你有用的话请留下你的小脚印

你可能感兴趣的:(asp.net mvc 跳转到另外一个controller的方法)