<%= Html.ActionLink("Some <b>bold</b> text","Index")%>
但只是输出
Some <b>bold</b> text
我知道我可以通过使用锚标签并使用Url.Action设置URL,但我只是想知道这是否可行。