I would like to implement bootstrap in the following actionlink:
@Html.ActionLink("Create New", "DepartmentView", "Department", null,
new { @style="text-transform:capitalize;" })
I would like to implement bootstrap in the following actionlink:
@Html.ActionLink("Create New", "DepartmentView", "Department", null,
new { @style="text-transform:capitalize;" })
@Html.ActionLink("LinkText", "FooAction", "FooController", null, new { @class = "btn btn-info" })