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
Probably a simple question: Ive created a newsletter and want to add a link to the page so if it doesnt look to well the user can read it on the website. But how do I retreieve that in the template?
Hi froad,
Might be
<%=umbraco.library.NiceUrl(umbraco.presentation.nodeFactory.Node.GetCurrent().Id)%>
(Haven't tried it, but should work)
Hope this helps.
Regards,
/Dirk
This is also am option
<%=Request.Url.AbsoluteUri %>
Peder
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
Getting Current URL in template
Probably a simple question: Ive created a newsletter and want to add a link to the page so if it doesnt look to well the user can read it on the website. But how do I retreieve that in the template?
Hi froad,
Might be
(Haven't tried it, but should work)
Hope this helps.
Regards,
/Dirk
This is also am option
<%=Request.Url.AbsoluteUri %>
Regards,
Peder
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.