Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Sachin 19 posts 49 karma points
    Aug 04, 2019 @ 07:30
    Sachin
    0

    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

  • Alex Skrypnyk 6182 posts 24284 karma points MVP 8x admin c-trib
    Aug 04, 2019 @ 12:29
    Alex Skrypnyk
    0

    Hello Sachin

    Can you show your code?

    What Umbraco version are you using?

    Thanks,

    Alex

  • Sachin 19 posts 49 karma points
    Aug 06, 2019 @ 06:55
    Sachin
    0

    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

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies