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
htw
Type: System.Web.UI.HtmlTextWriterThe object that renders the content of the Web Part to the client.
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.