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...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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...