I want to add a link to a page in a webpart. I got the nodealiaspath. How can I use this to get the full path of the document.
URLHelper.ResolveUrl(my.NodeAliasPath)is not working.
Use the Helper Method:
URLHelper.GetAbsoluteUrl("/relative/url")
Please, sign in to be able to submit a new answer.