System.Web.UI.WebControls.TreeNode.RenderPreText Method

Allows control developers to add additional rendering to the node.

Syntax

protected virtual void RenderPreText (System.Web.UI.HtmlTextWriter writer)

Parameters

writer
The System.Web.UI.HtmlTextWriter that represents the output stream used to write content to a Web page.

Remarks

This method can be overridden by control developers to add additional rendering before the node is rendered.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0