Click or drag to resize
StrandsScriptRendererRenderLibraryScript Method
Includes Strands library in the page and initializes it by calling SBS.Worker.go. This is needed to perform any other actions (event tracking or getting recommendations). Strands library and initialization call are rendered at the end of the page, so every other script (tracking, settings, etc.) is before it.

Namespace: CMS.StrandsRecommender
Assembly: CMS.StrandsRecommender (in CMS.StrandsRecommender.dll) Version: 8.2.23
Syntax
C#
public void RenderLibraryScript()
See Also