08 2017 档案

摘要:@using (Html.BeginForm("Index_load", "Index_", new { }, FormMethod.Post, new { @id = "form0", @class = "form-horizontal", @enctype = "multipart/form-d 阅读全文
posted @ 2017-08-16 18:10 ■乐 阅读(336) 评论(0) 推荐(0)
摘要:var attributes = typeof(MyClass).GetCustomAttributes(typeof(TestAttribute), true); //MyClass 表示引用特性的类 TestAttribute特性定义的类 foreach (var attribute in at 阅读全文
posted @ 2017-08-15 15:34 ■乐 阅读(164) 评论(0) 推荐(0)