TagCloudWebPartToolPart.RenderContents Method
Renders the control contents to the specified writer.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Protected Overrides Sub RenderContents ( _
htw As HtmlTextWriter _
)
'Usage
Dim htw As HtmlTextWriter
Me.RenderContents(htw)
protected override void RenderContents(
HtmlTextWriter htw
)
Parameters
htw
Type: System.Web.UI.HtmlTextWriterThe object that represents the output stream to render HTML content on the client.
Remarks
This override renders the control contents to the specified writer.