随笔分类 -  AOP(面向切面编程)

摘要:MVC里面的Filter public class AOPFilterAttribute : ActionFilterAttribute, IExceptionFilter { public void OnException(ExceptionContext filterContext) { throw new System... 阅读全文
posted @ 2016-04-04 12:45 My Way! 阅读(496) 评论(0) 推荐(0)