Return the dynamic content as a string. This method will only be called by EPiServer if the
CopyC#
RendersWithControl
property returns false

Namespace:  EPiServer.DynamicContent
Assembly:  EPiServer (in EPiServer.dll) Version: 5.2.375.236

Syntax

C#
string Render(
	PageBase hostPage
)

Parameters

hostPage
Type: EPiServer..::.PageBase
A reference to the EPiServer page hosting the dynamic content. This can be null as Render can be called when there is no page in context

Return Value

A string containing your content

See Also