TreeView.AddAttributesToRender Method (HtmlTextWriter)

 

Adds HTML attributes and styles that need to be rendered to the specified HtmlTextWriter control.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

Protected Overrides Sub AddAttributesToRender (
	writer As HtmlTextWriter
)

Parameters

writer
Type: System.Web.UI.HtmlTextWriter

An HtmlTextWriter that represents the output stream to render HTML content on the client.

The AddAttributesToRender method is used primarily by control developers.

.NET Framework
Available since 2.0
Return to top
Show: