Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Manish 373 posts 932 karma points
    Jun 06, 2016 @ 09:45
    Manish
    0

    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

       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.

  • 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.

Please Sign in or register to post replies