By design I have
<a href="#"><span><strong>ABOUT US</strong></span></a>
There is CSS which does some special things with span tag.
But I need to convert it into
@Html.ActionLink("ABOUT US", "About", "Home")
So I have in some way to put span strong into @Html.ActionLink
Thank you for any clue!