zlb

2012年11月28日

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 阅读(580) 评论(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 阅读(891) 评论(0) 推荐(0) 编辑

导航