Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
If you use the DynamicContentPlugIn attribute you do not need to manually register your plugin in this way. If you do not use the attribute, you need to register the plugin in the episerver section of web.config as shown in the following example:
<episerver>
<dynamicContent>
<controls>
<add description="My example dynamic content class"
name="ExampleDynamicContent"
type="MyNamespace.MyDynamicContent, MyDll" />
</controls>
</dynamicContent>
...
</episerver>
Last updated: Feb 23, 2015