摘要: using System; using System.Collections.Generic; using System.ComponentModel.DataAnnotations; using System.Linq; using System.Web; using System.Web.Mvc; namespace mvctest { public static class MV... 阅读全文
posted @ 2019-11-18 22:09 我的技术控件 阅读(346) 评论(0) 推荐(0) 编辑
摘要: public static class MVCHellper { public static string GetErrors(ModelStateDictionary ms) { System.Text.StringBuilder sbtext = new System.Text.StringBuilder(); ... 阅读全文
posted @ 2019-11-18 21:32 我的技术控件 阅读(211) 评论(0) 推荐(0) 编辑