WebZone.RenderBeginTag Method (HtmlTextWriter)

 

Renders the opening HTML tag of the zone control to the specified HtmlTextWriter object.

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

public override void RenderBeginTag(
	HtmlTextWriter writer
)

Parameters

writer
Type: System.Web.UI.HtmlTextWriter

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

The RenderBeginTag method is used primarily by control developers. For a WebZone control, the method sets style attributes for the HTML table that is rendered for the zone. The style attributes help render the HTML table properly in supported browsers.

.NET Framework
Available since 2.0
Return to top
Show: