I have a few ActionLinks that when rendered are getting a length key/value added that appears to indicate the number of characters of the controller name. How can this be r
If you are passing 'routeValues',
Make sure that 'htmlAttributes' is set to null.
null
Html.ActionLink("Title", "Action", "Controller", new {}, null )
Else wrong overload of AcitonLink is picked.
AcitonLink