Sends server control content to a provided HtmlTextWriter object, which writes the content to be rendered on the client.

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 writer
)

Parameters

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

See Also