System.Web.UI.Adapters.ControlAdapter.Render Method

Generates the target-specific markup for the control to which the control adapter is attached.

Syntax

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

Parameters

w
Documentation for this section has not yet been entered.

Remarks

Override the ControlAdapter.Render(System.Web.UI.HtmlTextWriter) method to generate target-specific markup to send to the client browser. The ControlAdapter.Render(System.Web.UI.HtmlTextWriter) method is called in place of the System.Web.UI.Control.Render(System.Web.UI.HtmlTextWriter) method if a System.Web.UI.Adapters.ControlAdapter object is attached to a System.Web.UI.Control object.

Requirements

Namespace: System.Web.UI.Adapters
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0