zlb

11 2012 档案

asp.net mvc jquery json 传递复杂参数
摘要:js中区分大小写; model类 public class Student { public string name { get; set; } public int id { get; set; } public string gender { get; set; } public int age { get; set; } ... 阅读全文

posted @ 2012-11-28 17:46 zlb 阅读(583) 评论(0) 推荐(0) 编辑

asp.net mvc web api 参数输入多个参数
摘要:部分代码 apicontrol中 public class StudentController : ApiController { public HttpResponseMessage PostStudentsByReq(StudentReq studentReq, string criteria) { var students = studentRepository.GetAll().Where... 阅读全文

posted @ 2012-11-28 11:09 zlb 阅读(897) 评论(0) 推荐(0) 编辑

导航

统计

点击右上角即可分享
微信分享提示