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...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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...