摘要: //自定义一个DatePicker.cshtml文件@helper Init(){ //日期字体颜色 }@helper Render(params string[] controlIds){ if (controlIds != null) { }... 阅读全文
posted @ 2016-01-14 12:02 chenjingchun 阅读(645) 评论(0) 推荐(0) 编辑
摘要: public class CommonAuthorize : AuthorizeAttribute { protected override bool AuthorizeCore(HttpContextBase httpContext) { ... 阅读全文
posted @ 2016-01-14 11:53 chenjingchun 阅读(663) 评论(0) 推荐(0) 编辑