Partilhar via


AskMeAboutWebPart.RenderWebPart Method

Renders the HTML for the body of the AskMeAboutWebPart to the client.

Namespace:  Microsoft.SharePoint.Portal.WebControls
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.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 display the list of keywords about which the profile owner can answer questions. If the total number of keywords is greater than the maximum number of keywords that can be displayed, a “More Keywords” link will be shown.

See Also

Reference

AskMeAboutWebPart Class

AskMeAboutWebPart Members

Microsoft.SharePoint.Portal.WebControls Namespace