public static MvcHtmlString ActionImgLink <T>(this HtmlHelper <T> htmlHelper, string imageSrc, string actionName, string controllerName, object routeValues, object htmlAttributes)
 {
     return(htmlHelper.ActionImgLinkInternal <T>(imageSrc, actionName, controllerName, routeValues: routeValues, htmlAttributes: htmlAttributes));
 }
 public static MvcHtmlString ActionImgLink <T>(this HtmlHelper <T> htmlHelper, string imageSrc, string actionName, string controllerName)
 {
     return(htmlHelper.ActionImgLinkInternal <T>(imageSrc, actionName, controllerName));
 }