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