0
是否可以使用FluentSecurity將AuthorizeAttribute應用於給定名稱空間內的所有控制器?授權給定命名空間中的所有控制器?
是否可以使用FluentSecurity將AuthorizeAttribute應用於給定名稱空間內的所有控制器?授權給定命名空間中的所有控制器?
是的,您可以使用FluentSecurity 2.0中的ForAllControllersInNamespaceContainingType<TType>()
或ForActionsMatching(info => *predicate*)
(目前處於測試階段)。
您可以將文檔在這裏閱讀更多關於它:https://github.com/kristofferahl/FluentSecurity/wiki/Securing-controllers
這個工作很好,謝謝! – 2013-05-28 12:22:18