Interface IDynamicContentControl
Implemented by dynamic content that supports integration with Web Forms and Controls
Namespace: EPiServer.DynamicContent
Assembly: EPiServer.dll
Version: 7.19.2Syntax
public interface IDynamicContentControl : IDynamicContentBase
Methods
GetControl(TemplateControl)
Called to get the control used to render information to the visitor
Declaration
Control GetControl(TemplateControl hostPage)
Parameters
Type | Name | Description |
---|---|---|
System. |
hostPage | The template that hosts the dynamic content, can for example be Page |
Returns
Type | Description |
---|---|
System. |
A control that renders the content |