Share via


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

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.

See Also

Reference

ContactCardDetailsLink Class

ContactCardDetailsLink Members

Microsoft.SharePoint.Portal.WebControls Namespace