Example #1
0
 public static MvcHtmlString ActionLinkIcon(this HtmlHelper html, string linkText, ActionResult result, string htmlIconClass, string htmlClass)
 {
     return(html.ActionLinkIcon(linkText, result, htmlIconClass, new { @class = htmlClass }));
 }