As the question says, Is it possible to use an ActionLink containing an element, and if not, what is the best way to achieve it?
For example, lets say I have a
Html.ActionLink is just a plain old Extension Method to the HtmlHelper object.
Html.ActionLink
HtmlHelper
You can create your own custom extension methods for HtmlHelper as well, and they're pretty simple to do and will save you tons of time.