0

我需要以相同的样式显示所有按钮。除了 div 内容和使用类名之外的所有按钮我都很好。但我只需要一个按钮来放置 html.actionlink 类型。但这个按钮只有文字大小和文字系列与其他按钮完全不同。我的代码如下。如何解决这个问题?. 感谢您的提前指导

 <div id="exportButton">
            @Html.ActionLink("Export", "Export", new { page = 1, pageSize = 0, orderBy = "~", filter = "~"}, new { id = "exportSearchLink", @class = "button w100 " })
        </div>
4

1 回答 1

3
@Html.ActionLink("Please Edit Me", "Edit", null, new { style="font-weight:bold;" })
于 2012-10-26T12:36:25.013 回答