该文被密码保护。 阅读全文
posted @ 2016-04-05 15:12 落叶的瞬间; 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 1.新建MVC项目 2.找到Models文件夹,新建 LoginCheckFilterAttribute 类 1 public class LoginCheckFilterAttribute : ActionFilterAttribute 2 { 3 public bool IsCheck { ge 阅读全文
posted @ 2016-04-05 11:36 落叶的瞬间; 阅读(391) 评论(0) 推荐(1) 编辑