是否可以使用FluentSecurity将AuthorizeAttribute应用于给定命名空间中的所有控制器?
答案 0 :(得分:1)
是的,您可以使用FluentSecurity 2.0中的ForAllControllersInNamespaceContainingType<TType>()
或ForActionsMatching(info => *predicate*)
进行此操作(目前处于测试阶段)。
您可以在此处的文档中了解有关它的更多信息:https://github.com/kristofferahl/FluentSecurity/wiki/Securing-controllers