Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
output
Type: System.Web.UI.HtmlTextWriterThe writer object that receives the content of the footer.
Remarks
This override renders the HTML closing tags for the zone.