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