ninject / Ninject.Web.Mvc

extension for ninject providing integration with ASP.NET MVC
http://ninject.org/
Other
238 stars 85 forks source link

FilterBinding Request/Explanation #23

Closed jmaxxz closed 11 years ago

jmaxxz commented 12 years ago

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>();
remogloor commented 12 years ago

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

jmaxxz commented 12 years ago

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

remogloor commented 11 years ago

Added in 3.0.2