WebPartZoneBase.Render Method (HtmlTextWriter)

 

Renders the zone to the specified HtmlTextWriter object.

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

override Render : 
        writer:HtmlTextWriter -> unit

Parameters

writer
Type: System.Web.UI.HtmlTextWriter

The HtmlTextWriter that receives the zone's content.

The Render method overrides the base method from the WebControl class to set values for the BorderColor, BorderStyle, and BorderWidth properties.

.NET Framework
Available since 2.0
Return to top
Show: