SocialDataBookmarkletControl.Render Method
Renders the content of the SocialDataBookmarkletControl to the client.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Protected Overrides Sub Render ( _
htw As HtmlTextWriter _
)
'Usage
Dim htw As HtmlTextWriter
Me.Render(htw)
protected override void Render(
HtmlTextWriter htw
)
Parameters
htw
Type: System.Web.UI.HtmlTextWriterThe object that renders the content of the control to the client.
Remarks
This override renders a link that can be saved to Favorites that can be used to display the SocialDataFrame, allowing tags and notes to be added to the current page. The shortcut can be used to add tags and notes to pages external to the SPSite.
See Also
Reference
SocialDataBookmarkletControl Class