ninject/Ninject.Web.Mvc

FilterBinding Request/Explanation

jmaxxz opened this issue · 3 comments

Is there a reason why the fluent filter binding interface does not support the following syntax? (Reworded: I'm I being stupid by wishing the following was supported?)

kernel.BindFilter<CustomAuthorizationFilter>(FilterScope.Global, 0).UnlessActionMethodHas<AllowAnonymousAttribute>();

The only reason this is not supported is that no one has implemented it so far.

Ok guess I know what I am doing this weekend then.

Added in 3.0.2