Render Method (Common)
Called by the control's Render method to perform rendering.
public virtual void Render(
HtmlTextWriter writer
)
public virtual void Render(
WmlMobileTextWriter writer
)
Parameters
- writer
The text writer to receive output.
Remarks
For the ControlAdapter class, this method renders all the children of the control.
See Also
Applies to: WmlControlAdapter Class | HtmlControlAdapter Class | MobilePage Class | MobileControl Class