コード例 #1
0
 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));
 }
コード例 #2
0
 public static MvcHtmlString ActionImgLink <T>(this HtmlHelper <T> htmlHelper, string imageSrc, string actionName, string controllerName)
 {
     return(htmlHelper.ActionImgLinkInternal <T>(imageSrc, actionName, controllerName));
 }