Hi,
I have a Temp Page that i would like to display as HTML - using versions not the published page.
I am using MVC and I am using:
var pc = new PreviewContent(user, new Guid("68dc819a-8540-4c91-b58b-f5a7bc52c79c"), false);
Document d = new Document(1063, new Guid("68dc819a-8540-4c91-b58b-f5a7bc52c79c"));
pc.PrepareDocument(user, d, true);
umbraco.page p = new umbraco.page(d);
What Im trying to do is get this page (p) to display as HTML in a webpage using MVC.
Display Umabrco.Page Properties
Hi, I have a Temp Page that i would like to display as HTML - using versions not the published page.
I am using MVC and I am using:
What Im trying to do is get this page (p) to display as HTML in a webpage using MVC.
Is this possible?
Jon
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.