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
Hey! A couple of years since i last worked with umbraco, hope that someone can help me with the following:
I have a spesific page that i want to render all the content from and display on several pages (these pages will also have some other content).
Is there something similar to the Umbraco.RenderTemplate that can do this?
This is unanswered but shows up high in google when you search for this so...
In Umbraco 7 You can get the page object like:
var thePage = Umbraco.TypedContent(101);
In Umbraco 8:
var thePage = Umbraco.Content(1476);
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 render content from specific page
Hey! A couple of years since i last worked with umbraco, hope that someone can help me with the following:
I have a spesific page that i want to render all the content from and display on several pages (these pages will also have some other content).
Is there something similar to the Umbraco.RenderTemplate that can do this?
This is unanswered but shows up high in google when you search for this so...
In Umbraco 7 You can get the page object like:
In Umbraco 8:
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.