摘要:public class RoleRequiredAttribute : ValidationAttribute, IClientValidatable { public string RoleIDS{ get; set; } public string OtherProperty { get; set; } public RoleR...
阅读全文
posted @ 2017-12-05 21:08
|
|||
12 2017 档案
摘要:public class RoleRequiredAttribute : ValidationAttribute, IClientValidatable { public string RoleIDS{ get; set; } public string OtherProperty { get; set; } public RoleR...
阅读全文
posted @ 2017-12-05 21:08
摘要:以上方法 一: 程序集 EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 命名空间 System.Data.Entity 以上方法二:
阅读全文
posted @ 2017-12-05 20:59
摘要:function (Data, url) { if (url == undefined || url == null || url == "") { url = "/Home/Result" } var temp_form = document.createElement("form"); ...
阅读全文
posted @ 2017-12-05 20:53
|
|||