I am following https://codeshare.co.uk/blog/umbraco-site-navigation-menu-model-example-in-c-mvc/ to implement navigation on the Umbraco 8 site but I am getting an error "'System.Array' does not contain a definition for 'Where'" on var childPages = page.Children.Where("Visible"); I was checking Google and there was suggestion that adding using System.Web; will resolve the issue but even after adding the same I am having issue
Query related to implementing navigation
Hi,
I am following https://codeshare.co.uk/blog/umbraco-site-navigation-menu-model-example-in-c-mvc/ to implement navigation on the Umbraco 8 site but I am getting an error "'System.Array' does not contain a definition for 'Where'" on var childPages = page.Children.Where("Visible"); I was checking Google and there was suggestion that adding using System.Web; will resolve the issue but even after adding the same I am having issue
Hello Sachin
Can you show your code?
What Umbraco version are you using?
Thanks,
Alex
Hi Alex,
I am using the code that is shown on https://codeshare.co.uk/blog/umbraco-site-navigation-menu-model-example-in-c-mvc/ URL and I am using Umbraco 8.0.2.
Thanks, Sachin
is working on a reply...