I want to call the @Html.ActionLink method inside a c# function to return a string with a link on it.
Something like this:
string a = \"Email is lock
Maybe try this:
string a = "Email is locked, click " + System.Web.Mvc.Html.LinkExtensions.ActionLink("here to unlock.", "unlock");