I have this code and would like to add a class to the link. Is it possible to do this in MVC3?
Html.ActionLink(\"Create New\", \"Create\")
@Html.ActionLink("ClickMe", // link text "Index", // action name "Home", // controller new { id = 2131 }, // (optional) route values new { @class = "someClass" }) // html attributes