[HttpPost] public ActionResult AddUsers(AddUserViewModel model) { ... } and finally invoke it: function sendForm(projectId, target) { $.ajax({ url: target, ...
確定! 回上一頁