Is it possible to intercept requests in the ASP.NET MVC Framework (beta 1) in order to interact and inspect them?
I need to attach some logging and in some cases dynamically work out if the URL needs authorizing (like applying the Authorize attribute - but at run-time).