BuildMaster SDK Reference
Version:

Render(System.Web.UI.HtmlTextWriter writer) Method

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

Syntax

protected virtual void Render(System.Web.UI.HtmlTextWriter writer)

Parameters

writer
Type: System.Web.UI.HtmlTextWriter

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

Remarks

This method is used when rendering in a traditional ASP.NET Page Lifecycle