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