Copied to clipboard

Flag this post as spam?

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


  • Rutuparna 2 posts 72 karma points
    Aug 08, 2021 @ 13:04
    Rutuparna
    0

    How to display dynamically created navigation menu in arebic using umbraco 8

    Hi

    I wanted to display dynamically created navigation menu in arebic using umbraco 8 here is the code.

    @foreach (var item in selection) {

        @item.Name()
        <li class="@(item.IsAncestorOrSelf(Model.Content) ? "current" : null)">
            <a href="@item.Url">@item.Name()</a>
        </li>
    }
    
  • Alex Skrypnyk 6182 posts 24284 karma points MVP 9x admin c-trib
    Aug 09, 2021 @ 19:56
    Alex Skrypnyk
    0

    Hi Rutuparna

    and what do you see as the result?

    Alex

  • 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