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 know that there is automatic script for breadcrumb in umbraco,
my question is:
how to display propertie of a page instead it's name?
using version 4.7
10x
Hi liran,
If you are using Partial view marcos you could do like this so it´s
@CurrentPage.CustomPropertyAlias
If you are using the old DynamicNode razor then it´s
@Model.CustomPropertyAlias
Hope this helps,
/Dennis
10q perfect!!
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
BreadCrumb with propertie
hi
i know that there is automatic script for breadcrumb in umbraco,
my question is:
how to display propertie of a page instead it's name?
using version 4.7
10x
Hi liran,
If you are using Partial view marcos you could do like this so it´s
If you are using the old DynamicNode razor then it´s
Hope this helps,
/Dennis
10q perfect!!
is working on a reply...