授权给定命名空间中的所有控制器?

时间:2013-05-01 16:01:15

标签: fluent-security

是否可以使用FluentSecurity将AuthorizeAttribute应用于给定命名空间中的所有控制器?

1 个答案:

答案 0 :(得分:1)

是的,您可以使用FluentSecurity 2.0中的ForAllControllersInNamespaceContainingType<TType>()ForActionsMatching(info => *predicate*)进行此操作(目前处于测试阶段)。

您可以在此处的文档中了解有关它的更多信息:https://github.com/kristofferahl/FluentSecurity/wiki/Securing-controllers