@foreach (var item in MenuHelper.Top()) { if (item.Navigation.Show) {
  • @Html.FrontHtml().PageLink(item.LinkText, item.FullName)
  • } }