摘要: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Web; 5 using System.Web.Mvc; 6 7 namespace MvcValidateDemo.C... 阅读全文
posted @ 2015-11-15 18:45 琴似蓝调 阅读(233) 评论(0) 推荐(0) 编辑
摘要: 创建一个Ajax控制器 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Web; 5 using System.Web.Mvc; 6 7 namespace MvcV... 阅读全文
posted @ 2015-11-15 17:52 琴似蓝调 阅读(586) 评论(0) 推荐(0) 编辑
摘要: 新建一个Model 1 using System; 2 using System.Collections.Generic; 3 using System.ComponentModel.DataAnnotations; 4 using System.Linq; 5 using System.Web; ... 阅读全文
posted @ 2015-11-15 16:43 琴似蓝调 阅读(283) 评论(0) 推荐(0) 编辑