Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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> }
Hi Rutuparna
and what do you see as the result?
Alex
is working on a reply...
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.
Continue discussion
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) {
Hi Rutuparna
and what do you see as the result?
Alex
is working on a reply...
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.