Exemplo n.º 1
0
 public static MvcHtmlString Link(this HtmlHelper helper, IField link, string title, object htmlAttributes)
 {
     return link.GetLinkTag(null, htmlAttributes, title);
 }
Exemplo n.º 2
0
 public static MvcHtmlString Link(this HtmlHelper helper, IField link, IField title)
 {
     return link.GetLinkTag(title, new object(), null);
 }