Share via


AnalyticsRecommendationScriptWebPart.Render method

Renders the HTML for the body of the Script Web Part to the client and writes PartTitle() as title, sets PivotId as the ID() attribute, and ResultId as the HTML ID attribute.

Namespace:  Microsoft.Office.Server.Search.WebControls
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Protected Overrides Sub Render ( _
    writer As HtmlTextWriter _
)
'Usage
Dim writer As HtmlTextWriter

Me.Render(writer)
protected override void Render(
    HtmlTextWriter writer
)

Parameters

See also

Reference

AnalyticsRecommendationScriptWebPart class

AnalyticsRecommendationScriptWebPart members

Microsoft.Office.Server.Search.WebControls namespace