Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • AlexR 39 posts 61 karma points
    Apr 19, 2010 @ 08:04
    AlexR
    1

    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?

     

  • skiltz 501 posts 701 karma points
    Apr 19, 2010 @ 08:18
    skiltz
    5
    <a href='<%=umbraco.library.NiceUrl(1044)%>'>News</a>
  • 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.

Please Sign in or register to post replies