views:

20

answers:

0

Url.Action is a great mechanism to generate URL's as you can think in terms of controllers, actions, and parameters instead of hard-coded URL's.

However it's not going to work when you use a catchall parameter in your route. What would be a recommended approach to generate URL's for a route that is using a catchall?