karolzdunek

Results 1 comments of karolzdunek

@agausachs you just need to add this code (when doing initialization) to make it visible: `NavigationMenu.Items.Add(page => new MenuItem("Management", page.Url.To("/management")) { Active = page.RequestPath.StartsWith("/management") });` Somehow this code is commented...