다음을 통해 공유


SocialNavigationControl.OnPreRender Method

Handles the PreRender event.

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

Syntax

'Declaration
Protected Overrides Sub OnPreRender ( _
    e As EventArgs _
)
'Usage
Dim e As EventArgs

Me.OnPreRender(e)
protected override void OnPreRender(
    EventArgs e
)

Parameters

Remarks

This override registers the scripts to add two menu options to the current user’s personal action menu that let the user navigate to the "My Site" or "My Profile" pages.

See Also

Reference

SocialNavigationControl Class

SocialNavigationControl Members

Microsoft.SharePoint.Portal.WebControls Namespace