ContactCardDetailsLink.Render Method
Renders the ContactCardDetailsLink to the client.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Protected Overrides Sub Render ( _
output As HtmlTextWriter _
)
'Usage
Dim output As HtmlTextWriter
Me.Render(output)
protected override void Render(
HtmlTextWriter output
)
Parameters
- output
Type: System.Web.UI.HtmlTextWriter
The output stream for rendering to the client.
Remarks
This override renders the ContactCardDetailsLink to display or hide the details of the user profile. The text of the link is either “More information” if the details of the user profile are hidden, or “Hide Information” if the details are currently displayed.