034.NET5_Filter的多种注册和特点

Filter的多种注册和扩展

1. [CustomActionFilter]  Filter必须有无参构造函数

2. [TypeFilter(typeof(CustomAcionFilterAttribute))] 可以没有无参构造函数,支持依赖注入

3. [ServiceFilter(typeof(CustomAcionFilterAttribute))] 可以没有无参构造函数,支持依赖注入,但要先注册服务

 

属性注入 

 

 

 

posted on 2021-03-07 15:27  L秦岭  阅读(140)  评论(0编辑  收藏  举报

导航