I am quite new to Umbraco but i already love the platform.
I am trying to tweak my content tree to use a different node as default page so i have added a Content Picker property to my root element to define the default node.
What i would like now is to render the content of the selected node on my root element, however it seems the umbraco library (@Umbraco?) does not have a RenderTemplate method as it did in v4?
5.1 - RenderTemplate?
Hi,
I am quite new to Umbraco but i already love the platform.
I am trying to tweak my content tree to use a different node as default page so i have added a Content Picker property to my root element to define the default node.
What i would like now is to render the content of the selected node on my root element, however it seems the umbraco library (@Umbraco?) does not have a RenderTemplate method as it did in v4?
I found a workaround using the Razor @RenderPage method passing the template path and content object as parameters.
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.