TreeView.AddAttributesToRender Method
.NET Framework 3.0
Adds HTML attributes and styles that need to be rendered to the specified T:System.Web.UI.HtmlTextWriter control.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
protected void AddAttributesToRender ( HtmlTextWriter writer )
protected override function AddAttributesToRender ( writer : HtmlTextWriter )
Not applicable.
Parameters
- writer
An T:System.Web.UI.HtmlTextWriterthat represents the output stream to render HTML content on the client.
Community Additions
ADD
Show: