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
you need stick stick an extra empty object parameter in before the htmlattributes, something like this off the top of my head
html.actionlink("a","b","c",new {},new {@class = "d"})