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