SocialNavigationControl Members
Include Protected Members
Include Inherited Members
Adds two menu options to the current user’s personal action menu that let the user navigate to the "My Site" or "My Profile" pages.
The SocialNavigationControl type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SocialNavigationControl | Initializes a new instance of the SocialNavigationControl class. |
Top
Methods
Name | Description | |
---|---|---|
LoadViewState | Restores the view-state information from a previous request that was saved by the SaveViewState() method. (Overrides UserControl.LoadViewState(Object).) | |
OnInit | Handles the Init event. (Overrides UserControl.OnInit(EventArgs).) | |
OnPreRender | Handles the PreRender event. (Overrides Control.OnPreRender(EventArgs).) | |
SaveViewState | Saves view-state changes that have occurred since the last page postback. (Overrides UserControl.SaveViewState().) |
Top