示例#1
0
 public static HtmlString Navbar(this HtmlHelper html, NavOptions options) => html.Navbar(ViewUtils.NavItems, options);
示例#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) => html.Navbar(ViewUtils.NavItems, null);