I need to dynamically determine the name of the action I'm in from my controller base class in MVC2 in my OnExecuting handler.
So if the Controller is Foo and the Action is Bar, I want the string "/Foo/Bar".
This seems like it should be pretty simple, but I haven't found anything when I STFW.
I'm hoping either one of you is better at the googles than me, or just knows this off of the top of your head.
Thanks.