TagCloudBaseWebPart.GetHtml Method

Writes the HTML content for the TagCloudItem to the HtmlTextWriter.

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

Syntax

'Declaration
Protected Sub GetHtml ( _
    htw As HtmlTextWriter, _
    items As TagCloudItem() _
)
'Usage
Dim htw As HtmlTextWriter
Dim items As TagCloudItem()

Me.GetHtml(htw, items)
protected void GetHtml(
    HtmlTextWriter htw,
    TagCloudItem[] items
)

Parameters

Remarks

This method writes the HTML content of the TagCloudItem.

See Also

Reference

TagCloudBaseWebPart Class

TagCloudBaseWebPart Members

Microsoft.SharePoint.Portal.WebControls Namespace