public ActionResult View(string id) { return View(); }
我这样做时,我目前得到stackoverflow异常.
return base.View();