Ejemplo n.º 1
0
 public static MvcHtmlString CustomLinkNewTab(this HtmlHelper helper, string text, string action, string controller, object routeValue, string tabCaption, BootstrapIcon icon)
 {
     return(CustomLinkNewTab(helper, text, action, controller, routeValue, tabCaption, icon.ToString().ToLower()));
 }