如何在actionlink中实现bootstrap

Jos*_*eph 9 razor asp.net-mvc-4 twitter-bootstrap

我想在以下actionlink中实现bootstrap:

@Html.ActionLink("Create New", "DepartmentView", "Department", null, 
 new { @style="text-transform:capitalize;" })  
Run Code Online (Sandbox Code Playgroud)

Fra*_*cis 33

@Html.ActionLink("LinkText", "FooAction", "FooController", null, new { @class = "btn btn-info" })
Run Code Online (Sandbox Code Playgroud)