Renders the control to the specified HTML writer.

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

Syntax

C#
protected override void Render(
	HtmlTextWriter writer
)

Parameters

writer
Type: System.Web.UI..::.HtmlTextWriter
The HtmlTextWriter object that receives the control content.

Remarks

This control does not render any content to the client.

See Also