I have a URL that is: http://localhost:3018/TestEdit/Index/5/100100/44
. But when I click on the link to another page I get this: http://localhost:3018/AnotherPage
. I would like it automagically to be this: http://localhost:3018/AnotherPage/Index/5/100100/44
. Is there anyway for the Routing system to handle this? Or do I have to explicitly pass the routevalues through the ActionLinks? (That's how I'm doing it now.)
In short, example of best practice (if there is one), please?