[HttpGet] public ActionResult Index() { // your code return View(); } [HttpPost] [ActionName("Index")] public ActionResult IndexPost() ...
確定! 回上一頁