... Controller { [ActionName("User")] [HttpGet] public ActionResult GetUser() {/* ... */} [ActionName("User")] [HttpPost] public ActionResult PostUser( ...
確定! 回上一頁