[HttpGet] public ActionResult MyMethod() { return MyMethodHandler(); } [HttpPost] [ActionName("MyMethod")] public ActionResult MyMethodPost() { return ...
確定! 回上一頁