다음을 통해 공유


ProfileBrowser.RenderWebPart Method

Renders the HTML for the body of the ProfileBrowserWebPart 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 method may not be called for all scenarios. For example, it cannot be called when the Web Part is minimized, or if the page is being rendered to a non-HTML device.

See Also

Reference

ProfileBrowser Class

ProfileBrowser Members

Microsoft.SharePoint.Portal.WebControls Namespace