Is is possible to retrieve a boolean value from say e.g. the Umbraco context or something else to determine if the current page is being previewed.
In my solution I have a few pages that do checks before the page is shown, if the checks are not valid the page is being redirected. I want to be able to omit this when I preview the page.
IsInPreview boolean indicator
Is is possible to retrieve a boolean value from say e.g. the Umbraco context or something else to determine if the current page is being previewed.
In my solution I have a few pages that do checks before the page is shown, if the checks are not valid the page is being redirected. I want to be able to omit this when I preview the page.
is working on a reply...