Exemplo n.º 1
0
        public ActionResult TopNav()
        {
            var hp = Umbraco.GetHomePage();

            return(PartialView("_TopNav", hp.Children.Where(x => x.GetPropertyValue <bool>("showInMainNavigation"))));
        }