I have the following ActionLink
Html.ActionLink("Home", "Index", "Home", New With {.class = "tab"})
But it creates the following Link in the address bar http://localhost:1028/?Length=4 as opposed to what I expect it to be as http://localhost:1028/Home.
Have I done something wrong to cause this?