public static string ImageLink(this AjaxHelper ajaxHelper, string imgSrc, string alt, string actionName, string controllerName, AjaxOptions ajaxOptions, object routeValues, object htmlAttributes) { // string img = htmlHelper.Image(imgSrc, alt); return(ajaxHelper.ImageLink(imgSrc, alt, actionName, controllerName, routeValues, ajaxOptions, htmlAttributes, null)); //return htmlHelper.ActionLink(img, actionName, controllerName, routeValues, htmlAttributes); }