mrblah
mrblah

Reputation: 103477

programatically generating a link in asp.net-mvc

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

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

Upvotes: 0

Views: 124

Answers (1)

D'Arcy Rittich
D'Arcy Rittich

Reputation: 171351

You can use Url.Action.

Try Link

Upvotes: 2

Related Questions