摘要: IHttpModule 权限 检查 登录超时检查 这样就不需要每个页面都做一次检查 也不需要继承任何父类。using System;using System.Collections.Generic;using System.Linq;using System.Web;/// /// MaQiang/// IHttpModule 权限 检查 登录超时检查 这样就不需要每个页面都做一次检查 也不需要继承任何父类/// public class MyFilter : IHttpModule{ public void Init(HttpApplication application) { applic 阅读全文
posted @ 2013-11-27 16:22 Mr zhao 阅读(224) 评论(0) 推荐(0) 编辑