Render this control to the output parameter specified.

Namespace:  EPiServer.Web.WebControls
Assembly:  EPiServer.Web.WebControls (in EPiServer.Web.WebControls.dll) Version: 6.0.530.0

Syntax

C#
protected override void Render(
	HtmlTextWriter output
)

Parameters

output
Type: System.Web.UI..::.HtmlTextWriter
The HTML writer to write out to

See Also