MVC Model验证
摘要:[Required(ErrorMessage = "证件号不能为空!")] [RegularExpression(@"(^\d{18}$)|(^\d{15}$)|(^\d{17}x$)|(^\d{17}X$)", ErrorMessage = "请输...
阅读全文
用户控件 RadioButtonList
摘要:public static MvcHtmlString RadioButtonList(this HtmlHelper htmlHelper, string name, string codeCategory, RepeatDirection repeatDirection = RepeatDir...
阅读全文