How do I add a class to this @Html.ActionLink? I've tried many suggestion and none have worked so far.
@Html.ActionLink("Physician Profile",
"Print",
"Roster",
new { profilePrintType = ProfilePrintType.PhysicianProfile},
new { style="padding:2px 10px;" })