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