Ejemplo n.º 1
0
 public static HtmlString Navbar(this HtmlHelper html, NavOptions options) => html.Navbar(ViewUtils.NavItems, options);
Ejemplo n.º 2
0
 public static HtmlString Navbar(this HtmlHelper html, List <NavItem> navItems) => html.Navbar(navItems, null);
Ejemplo n.º 3
0
 public static HtmlString Navbar(this HtmlHelper html) => html.Navbar(ViewUtils.NavItems, null);