Interface IDynamicContentView
Implemented by dynamic content that supports rendering in both Web Forms and MVC
Namespace: EPiServer.DynamicContent
Assembly: EPiServer.dll
Version: 9.12.2Syntax
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 |