L
lyoid.lopes@merrithew.com
Guest
I am trying to get the list of Nodes from NavigationModel public IList RenderMenuItems() { NavigationModel model = new NavigationModel(); IList nodes = model.Nodes; return Ok(nodes); } But the count is always 0 How can I get the nodes list for Navigation. I see there is an Interface to access the nodes list Telerik.Sitefinity.Frontend.Navigation.Mvc.Models.INavigationModel Can you please provide me with some guidance on how to get the nodes list
Continue reading...
Continue reading...