CpNavigationRenderItem Method

Definition

Namespace: Centralpoint.Web.UI.Controls
Assembly: Centralpoint.Web.UI (in Centralpoint.Web.UI.dll) Version: 1.0.0.0 (1.0.0.0)
C#
private void RenderItem(
	HtmlTextWriter writer,
	SiteMapNode item,
	List<SiteMapNode> currentNodePath
)

Parameters

writer  HtmlTextWriter
 
item  SiteMapNode
 
currentNodePath  ListSiteMapNode
 

See Also