public JsonResult PostItem(AjaxPostedData item)
 {
     return(new JsonResult {
         Data = new { PostedItem = item }
     });
 }
コード例 #2
0
 public JsonResult PostItem(AjaxPostedData item)
 {
     return new JsonResult { Data = new { PostedItem = item } };
 }