If you are using the Twitter Bootsrap in you MVC4 project and you have a need to display a boostrap button then here is a simple way to use it with the @html.actionlink
@Html.ActionLink(“download”, “download”, New With {.rid = Model.RingID}, New With {.class = Html.Raw(“btn btn-primary btn-mini”)})