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
output
Type: System.Web.UI.HtmlTextWriterThe writer object that receives the content of the header.
Remarks
This override renders the zone borders and DisplayTitle for the zone.