I have this format on links: \[code\]blah/link/11\[/code\]where blah is the controller and link is a function inside it. But now I want to send a number in the querystring. In normal non-MVC way I would have done like this: \[code\]page.php?id=11 \[/code\]So what should I do for getting the eleven in my link function?