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