TagCloudWebPart.RenderWebPart Method

Renders the Web Part to the client to show TagCloudItem objects.

Namespace:  Microsoft.SharePoint.Portal.WebControls
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
Protected Overrides Sub RenderWebPart ( _
    htw As HtmlTextWriter _
)
'Usage
Dim htw As HtmlTextWriter

Me.RenderWebPart(htw)
protected override void RenderWebPart(
    HtmlTextWriter htw
)

Parameters

Remarks

This override calls the GetHtml(HtmlTextWriter, []) method to render the TagCloudItem objects to the client, if the items do not exist, then a "No tags found" message is rendered to the client. There are two ways to render the items, asynchronously or synchronously, which are controlled by the IsAsync property.

See Also

Reference

TagCloudWebPart Class

TagCloudWebPart Members

Microsoft.SharePoint.Portal.WebControls Namespace