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