【发布时间】:2020-04-15 22:44:39
【问题描述】:
我有 ActionLink :
@Html.ActionLink("Text", "ActionName", "ControllerName",
new { @class = "SomeStyle" })
现在我想用我的解决方案中的图标替换“文本”
【问题讨论】:
-
检查这个答案stackoverflow.com/a/37144443/1745795 可能会有所帮助
标签: c# html css asp.net-mvc