@ Html.ActionLink(“创建新”,“创建”,空,新{@class =“ btn btn- 警告fa-neuter”“}
答案 0 :(得分:0)
Html.ActionLink()
不支持复杂的链接,仅支持纯文本。
您应该使用。
<a href="@Url.Action(...)"><i class="icon-pencil icon-white"></i> </a>
答案 1 :(得分:0)
@Html.ActionLink(" ", "Accept_suggested_company", new { id = item.id }, new { @class = "btn btn-outline-primary btn-def fa fa-save" })
您只能将其包括在班级内