ContactCardDetailsLink Members
Include Protected Members
Include Inherited Members
Provides a link control that is used to show or hide additional user profile details on “My Site”.
The ContactCardDetailsLink type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ContactCardDetailsLink | Initializes a new instance of the ContactCardDetailsLink class. |
Top
Properties
Name | Description | |
---|---|---|
AboutMeId | Gets or sets the ID of the DIV container used to display the AboutMe() user profile information. | |
EllipsisId | Gets or sets the ID of the DIV container used to display the ellipsis below the AboutMe() user profile information if the AboutMe() user information is truncated. | |
ProfileDetailsId | Gets or sets the ID of the DIV container used to display the user profile details. |
Top
Methods
Name | Description | |
---|---|---|
OnPreRender | Handles the PreRender event. (Overrides Control.OnPreRender(EventArgs).) | |
Render | Renders the ContactCardDetailsLink to the client. (Overrides WebControl.Render(HtmlTextWriter).) |
Top