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 6132 posts 23951 karma points MVP 7x admin c-trib
    Aug 09, 2021 @ 19:56
    Alex Skrypnyk
    0

    Hi Rutuparna

    and what do you see as the result?

    Alex

Please Sign in or register to post replies

Write your reply to:

Draft