I want to make sure a session id gets added to all urls which inherit from my base controller so I don't have to do it manually. As far as I can tell everything comes back to RouteCollection.GetUrl. But I can't seem to find a way to override it's behavior
or intercept the output in any way. Any ideas?
developmenta...
Member
115 Points
65 Posts
Append value to all urls built by RouteCollection.GetUrl
Feb 07, 2008 06:31 PM|LINK
I want to make sure a session id gets added to all urls which inherit from my base controller so I don't have to do it manually. As far as I can tell everything comes back to RouteCollection.GetUrl. But I can't seem to find a way to override it's behavior or intercept the output in any way. Any ideas?