Example #1
0
 public static MvcHtmlString ActionLinkWithImage(this HtmlHelper htmlHelper, string linkText, string actionName, string controllerName, string imageUrl)
 {
     return(htmlHelper.ActionLinkWithImage(linkText, actionName, controllerName, imageUrl, linkText, true, null));
 }
Example #2
0
 public static MvcHtmlString ActionLinkWithImage(this HtmlHelper htmlHelper, string linkText, string actionName, string imageUrl, object routeValues)
 {
     return(htmlHelper.ActionLinkWithImage(linkText, actionName, null, imageUrl, linkText, true, routeValues));
 }