Exemplo n.º 1
0
 public static MvcHtmlString Img(this HtmlHelper html, Uri url, string alt, Uri link = null, object htmlAttributes = null)
 {
     return(html.Img(url.ToString(), alt, link != null ? link.ToString() : "", htmlAttributes));
 }