Share via


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

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.

See also

Reference

BlogMonthQuickLaunch class

BlogMonthQuickLaunch members

Microsoft.SharePoint.WebPartPages namespace