SaaS CMS has officially launched! Learn more now.

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.

DynamicContentPlugInAttribute

Attribute used to declaratively define dynamic content classes.

Interfaces

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