CMS and site builders
Pertento for Umbraco
A .NET CMS with Razor layouts, so the tag goes in the shared layout and is inherited by every page built on it.
One script tag · 0.9 KB · no cookiesAll integrations
Umbraco pages are rendered from Razor layouts, and the shared layout is where Pertento belongs: one tag in the head, inherited by every page built on it. Nothing runs inside the CMS and no package is installed, which keeps upgrades uneventful. Where a test has to change something the controller settles before the view renders, the SDK is called from your own .NET code and shares assignment with the tag on the page.
How it connects
- Add the tag to the shared Razor layout, above analytics.
- Confirm any output cache is not still serving pages from before the change.
- Use the SDK from the controller for anything decided before the view renders.
More in CMS and site builders
All integrations