Tagged Questions

3
votes
2answers
1k views

ASP.NET MVC, ActionFilters, static classes and passing data around

I'd like to hear your opinions and maybe better suggestions for the following scenario: I have define a custom ActionFilter that does some job and comes out with some value. I would like to use that ...