Hi All,
I'm trying to use @RenderPage("_filepath.cshtml") within a Razor file which is displayed by the DNN Razor Host Module.
It works but the file which is called losses it's DNN context so calling DNN Helpers like @Dnn.User comes back null.
Any ideas on how to get the DNN Helpers working in the file which is called?
Thanks