Filter的多种注册和扩展
1. [CustomActionFilter] Filter必须有无参构造函数
2. [TypeFilter(typeof(CustomAcionFilterAttribute))] 可以没有无参构造函数,支持依赖注入
3. [ServiceFilter(typeof(CustomAcionFilterAttribute))] 可以没有无参构造函数,支持依赖注入,但要先注册服务
属性注入
posted on 2021-03-07 15:27 L秦岭 阅读(140) 评论(0) 编辑 收藏 举报