BlogMonthQuickLaunch.RenderWebPart method
Renders the current Web Part control to the client.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Overrides Sub RenderWebPart ( _
writer As HtmlTextWriter _
)
'Usage
Dim writer As HtmlTextWriter
Me.RenderWebPart(writer)
protected override void RenderWebPart(
HtmlTextWriter writer
)
Parameters
writer
Type: System.Web.UI.HtmlTextWriterThe writer that is used to write the rendered Web Part content to the client.
Remarks
This override renders the HTML to the client for the month archive link based on the local month information, regional settings and the UIVersion of the current blog page.