SaaS CMS has officially launched! Learn more now.

Interface IDynamicContentView

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

Namespace: EPiServer.DynamicContent
Assembly: EPiServer.dll
Version: 10.10.4
Syntax
public interface IDynamicContentView : IDynamicContentBase

Methods

Render(TextWriter)

Called when the dynamic content will be rendered to the visitor

Declaration
void Render(TextWriter writer)
Parameters
Type Name Description
System.IO.TextWriter writer

The write in which the content should be rendered

Extension Methods