WebPartZone.RenderHeader Method

Renders the header of the WebPartZone.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
Protected Overrides Sub RenderHeader ( _
    output As HtmlTextWriter _
)
'Usage
Dim output As HtmlTextWriter

Me.RenderHeader(output)
protected override void RenderHeader(
    HtmlTextWriter output
)

Parameters

Remarks

This override renders the zone borders and DisplayTitle for the zone.

See Also

Reference

WebPartZone Class

WebPartZone Members

Microsoft.SharePoint.WebPartPages Namespace