I have an ASP MVC 3 site and we are trying to put some styling into the action links.
I want the html to be something like
The ActionLink method cannot take HTML.
ActionLink
You need to make a normal <a> tag, and use @Url.Action(...) for the href.
<a>
@Url.Action(...)
href