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