I'm curious, is it possible to use multiple CSS classes on an ActionLink in MVC3 Razor syntax? The line below appears to load only the first class(btn) and skipps btn_c.
@Html.ActionLink("Administration", "Index", "Admin", null, new { @class = "btn btn_c" })