Is it possible to use HTML tags in the linkText of Html.ActionLink? For instance, if I wanted to bold part of the text of a link I would try something similar to this:
It's not possible, but you could create a HtmlHelper for this, see here or use Url.Action instead what I would recommend you.
HtmlHelper
Url.Action