Skip to content
This repository has been archived by the owner on May 30, 2022. It is now read-only.

Parameterized Renderer

David San Filippo edited this page Sep 11, 2017 · 1 revision
Category Notes
Module Location Feature.ParameterizedRenderer
Recommended Only if Needed
Default Off
Dependencies None
Pipelines Targeted renderField
Events Targeted None
Site Settings None
Page Settings None
Patch Config Feature.ParameterizedRenderer\ParameterizedRenderer.config

This feature was built for a specific client use case and adds overhead in the rendering pipeline. If you use it, we recommend ensuring Caching settings are set properly to ensure this overhead is only executed when needed.

Essentially what this does is enable all content to leverage a "Site Dictionary" to dynamically replace values from content items during rendering with values in the dictionary. The basic idea was to have a bunch of global or site collection driven content with placeholders defined that were meant to be "Site specific" and configured in the dicitonary, such that the final content would be "merged" at runtime.