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
I have this global field from a content-picker
@CurrentPage.Site().addressLink
But it only shows the ID of the node. I've tried placing a .Url in the end, but it seems that this isn't enough?
Hi Jon,
This field is storing id of node.
If you need Url try to use:
Umbraco.TypedContent(CurrentPage.Site().addressLink).Url
Thanks,
Alex
Did you solve your issue?
As I see you are using dynamics in development - it's working but it's not perfect approach.
Sorry for the late reply!
And I am new to Umbraco and MVC/razor – so theres still a lot to learn! I should be looking for a course :-)
You can watch Umbraco courses -
http://www.umbraco.tv/
Great Book - https://github.com/kgiszewski/LearnUmbraco7
Thanks
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
From ID to URL
I have this global field from a content-picker
But it only shows the ID of the node. I've tried placing a .Url in the end, but it seems that this isn't enough?
Hi Jon,
This field is storing id of node.
If you need Url try to use:
Thanks,
Alex
Hi Jon,
Did you solve your issue?
As I see you are using dynamics in development - it's working but it's not perfect approach.
Thanks,
Alex
Sorry for the late reply!
And I am new to Umbraco and MVC/razor – so theres still a lot to learn! I should be looking for a course :-)
You can watch Umbraco courses -
http://www.umbraco.tv/
Great Book - https://github.com/kgiszewski/LearnUmbraco7
Thanks
is working on a reply...