Hi,
I'm trying to change the page template by the LayoutTemplate property of the PageView:
Pageview.Page.LayoutTemplate = "MyPageTemplate.cshtml";
However, this is changing the template in the DW page and not just in the PageView context.
My question is, Can I change the page template just in the PageView context, just for that visualization, and not for all the users?
Thank you,
Ricardo