public static MvcHtmlString Image(this HtmlHelper helper, IField image, object htmlAttributes) { return MvcHtmlString.Create(image.GetImageTag(htmlAttributes)); }
public static MvcHtmlString Image(this HtmlHelper helper, IField image) { return MvcHtmlString.Create(image.GetImageTag(string.Empty)); }