示例#1
0
 public JsonResult Insert([FromForm] TestEntitty testEntitty)
 {
     return(Json(testEntitty.ToString()));
 }