【发布时间】:2016-01-11 12:07:04
【问题描述】:
如何在 ActionLink 中包含 html 实体。例如下面是»的情况。
<p>@Html.ActionLink("Link Text »", "Index", new { }, new { @class = "btn btn-warning", @role = "button" })</p>
【问题讨论】:
标签: razor html-helper asp.net-mvc-views