WebPartZone.RenderFooter Method

Renders the footer 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 RenderFooter ( _
    output As HtmlTextWriter _
)
'Usage
Dim output As HtmlTextWriter

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

Parameters

Remarks

This override renders the HTML closing tags for the zone.

See Also

Reference

WebPartZone Class

WebPartZone Members

Microsoft.SharePoint.WebPartPages Namespace