I have a action link setup like so:
@Html.ActionLink("Orders", "Index", "Order")
When I am on the page http://mydomain.com/Order/Index/2 that action link becomes a link to the page that I am on. How do I make it always link to http://mydomain.com/Order/Index