I have a page routed like /Comments/Search/3 where i search and display all the comments of the thread \"3\".
/Comments/Search/3
I\'m adding a sort function (by date, auth
Your best bet is to add a routing rule to handle it. There's a handy article on it here:
http://aspalliance.com/1525_ASPNET_MVC_Framework_Part_2_URL_Routing.2
Then your URL would read /Comments/Search/3/Sort/Author