Since you cannot have two methods with the same name and signature you have to use the ActionName attribute: [HttpGet] public ActionResult Index() { // your ...
確定! 回上一頁