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
Does anyone know if possible to display the page name within a Block List?
E.g Display the page name within a hero / banner?
Thanks
Hi
You can do it like this in your partial view for the block list item.
@{ var contentItem = Umbraco.AssignedContentItem; } <p>Name: @contentItem.Name</p>
I hope it helps
Paul
Thanks Paul, that's worked perfectly
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Page name in Block List
Does anyone know if possible to display the page name within a Block List?
E.g Display the page name within a hero / banner?
Thanks
Hi
You can do it like this in your partial view for the block list item.
I hope it helps
Paul
Thanks Paul, that's worked perfectly
is working on a reply...