@model Bootstrap.Security.BootstrapMenu
  • @Model.Name @if (Model.Menus.Count() > 0) { @await Html.PartialAsync("SubNavigation", Model.Menus) }