ASP.NET MVC - how to get a full path to an action

Viewed 31172

Inside of a View can I get a full route information to an action?

If I have an action called DoThis in a controller MyController. Can I get to a path of "/MyController/DoThis/"?

2 Answers
Related