Try our conversational search powered by Generative AI!

Namespace EPiServer.DynamicContent

Classes

DynamicContentAdapter<T>

A dynamic content implementation that wraps a regular web control / user control.

DynamicContentBase

Base implementation of the IDynamicContent interface.

DynamicContentEditControl

An abstract base class that should be inherited from when you implement a custom settings UI for a dynamic content adapter.

DynamicContentFactory

Factory class that handles creating dynamic content object.

DynamicContentPlugInAttribute

Attribute used to declaratively define dynamic content classes.

Interfaces

IDynamicContent

Developers wishing to display dynamic content in an EPiServer XHTML string should implement this interface.

IDynamicContentBase

IDynamicContentControl

Implemented by dynamic content that supports integration with Web Forms and Controls

IDynamicContentControlAdapter

Interface implmented by a class that acts as a adapter for a System.Web.UI.Control that is used with DynamicContent , for example see DynamicContentAdapter<T>.

IDynamicContentCustomPreview

Interface that enables customized dynamic content preview.

IDynamicContentDisplayType

Interface that can be used to indicate if the dynamic content should be rendered with a span or div tag.

IDynamicContentFactory

Interface for dynamic content registration and creation.

IDynamicContentView

Implemented by dynamic content that supports rendering in both Web Forms and MVC