Hi,
How can I just get the URL link to a specific route programatically?
I want to do a response.redirect (URL TO ROUTE);
Hi,
How can I just get the URL link to a specific route programatically?
I want to do a response.redirect (URL TO ROUTE);
You can use Url.Action.
Try http://geekswithblogs.net/liammclennan/archive/2008/05/21/122298.aspx