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
I am creating master page.
Can I get niceURL from node id without creating macro and xslt script?
<asp:content ContentPlaceHolderId="SideBar_Left_Content" runat="server">
<h2><a href="callNiceURL(123)">News</a></h2>
</asp:content>
How to call umbraco.library:NiceUrl(123) directly from master page?
<a href='<%=umbraco.library.NiceUrl(1044)%>'>News</a>
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 to call umbraco library function from master page?
I am creating master page.
Can I get niceURL from node id without creating macro and xslt script?
<asp:content ContentPlaceHolderId="SideBar_Left_Content" runat="server">
<h2><a href="callNiceURL(123)">News</a></h2>
</asp:content>
How to call umbraco.library:NiceUrl(123) directly from master page?
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.