Expand Minimize
This topic has not yet been rated - Rate this topic

Render Method (Common)

.NET Framework 1.1

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

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.