TreeNavigatorComponentRenderNavigator Method Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Renders the HTML code that creates the actual navigator. Derived classes can override this method to implement their own rendering.

Namespace: ContentStudio.Site.ActiveScripting.Menu
Assembly: CS_SiteLib (in CS_SiteLib.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

protected abstract void RenderNavigator(
	StreamWriter output
)

Parameters

output
Type: System.IOStreamWriter
A StreamWriter that receives the rendered HTML code.
See Also

Reference