02 2018 档案

异步方法
摘要: 阅读全文

posted @ 2018-02-26 16:41 菜鸟客栈 阅读(157) 评论(0) 推荐(0)

JsonResult
摘要:注意:如果有大量的json数据要处理,建议使用ASP .NET Web API框架处理,专门用来处理json数据交换并提供跨平台访问能力的 ConentType设置为application/json 使用JSonResult时,默认不允许HTTPGET请求 return Json(product,J 阅读全文

posted @ 2018-02-09 11:19 菜鸟客栈 阅读(529) 评论(0) 推荐(0)

JavaScriptResult
摘要: 阅读全文

posted @ 2018-02-09 10:58 菜鸟客栈 阅读(290) 评论(0) 推荐(0)

ModelState对象
摘要:1、在控制器中判断Model验证结果 阅读全文

posted @ 2018-02-09 10:31 菜鸟客栈 阅读(220) 评论(0) 推荐(0)

字段属性验证规则
摘要: 阅读全文

posted @ 2018-02-09 10:09 菜鸟客栈 阅读(670) 评论(0) 推荐(0)

导航