示例#1
0
 public ActionResult GetPage(int id)
 {
     return(RedirectToAction("Index", _redirector.GetPage(id)));
 }