tags:

views:

60

answers:

1

Hi,

How can I just get the URL link to a specific route programatically?

I want to do a response.redirect (URL TO ROUTE);

+2  A: 

You can use Url.Action.

Try http://geekswithblogs.net/liammclennan/archive/2008/05/21/122298.aspx

RedFilter