[Solution found!] 由于不能有两个具有相同名称和签名的方法,因此必须使用ActionName属性: [HttpGet] public ActionResult Index() { // your code return View(); } ...
確定! 回上一頁