摘要: MVC中ModelState类需要引用System.Web.Mvc命名空间,在 System.Web.Mvc.dll 中。属性Errors返回一个ModelErrorCollection对象,该对象包含在模型绑定期间发生的任何错误。Value返回一个ValueProviderResult对象,该对象... 阅读全文
posted @ 2014-11-05 15:03 juggd 阅读(2104) 评论(0) 推荐(0) 编辑
摘要: 一、JavaScriptResult在MVC中的定义的代码片段C# 代码 复制 public class JavaScriptResult : ActionResult { public override void ExecuteResult(ControllerContext contex... 阅读全文
posted @ 2014-11-05 08:44 juggd 阅读(2402) 评论(0) 推荐(1) 编辑