ControlAdapter.Render Method (HtmlTextWriter)

 

Called by the control's Render method to perform rendering. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.

Namespace:   System.Web.UI.MobileControls.Adapters
Assembly:  System.Web.Mobile (in System.Web.Mobile.dll)

abstract Render : 
        writer:HtmlTextWriter -> unit
override Render : 
        writer:HtmlTextWriter -> unit

Parameters

writer
Type: System.Web.UI.HtmlTextWriter

The text writer to receive output.

For the ControlAdapter class, this method renders all the children of the control.

.NET Framework
Available since 1.1
Return to top
Show: