Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FilterBinding Request/Explanation #23

Closed
jmaxxz opened this issue Jun 20, 2012 · 3 comments
Closed

FilterBinding Request/Explanation #23

jmaxxz opened this issue Jun 20, 2012 · 3 comments

Comments

@jmaxxz
Copy link

jmaxxz commented Jun 20, 2012

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
Copy link
Member

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

@jmaxxz
Copy link
Author

jmaxxz commented Jul 5, 2012

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

@remogloor
Copy link
Member

Added in 3.0.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants