WebZone::RenderBody Method (HtmlTextWriter^)

 

Overrides rendering for the body of a zone control.

Namespace:   System.Web.UI.WebControls.WebParts
Assembly:  System.Web (in System.Web.dll)

protected:
virtual void RenderBody(
	HtmlTextWriter^ writer
)

Parameters

writer
Type: System.Web.UI::HtmlTextWriter^

A HtmlTextWriter that represents the output stream to render HTML content on the client.

The body of a zone control is the portion between its header and footer areas.

.NET Framework
Available since 2.0
Return to top
Show: