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 want all url of which is in link to document. Recently i am taking absolute url as
var node = Umbraco.TypedContent(nodeId); var path = string.Empty; if (node != null) { path = node.UrlAbsolute(); }
But it is always returning the first absolute url. I want link to document url according to my current page url.
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 can i get all urls which is in link to document
Hi
I want all url of which is in link to document. Recently i am taking absolute url as
But it is always returning the first absolute url. I want link to document url according to my current page url.
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.