//RedirectToAction("Index","首页"); 
//return View("首页/Index");
//RedirectToRoute(new
//{
// controller = "首页",
// action = "Index"
//});
//return Redirect("首页/Index");
//return View("首页/Index");

  以上,全都不行。

Response.Redirect("~/首页/Index");

  就只有这个才行。

posted on 2015-04-01 17:59  枫叶飘零黄昏血  阅读(244)  评论(0编辑  收藏  举报