TreeView.RenderEndTag Method
.NET Framework 3.0
Renders the HTML closing tag of the control to the specified writer.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public void RenderEndTag ( HtmlTextWriter writer )
public override function RenderEndTag ( writer : HtmlTextWriter )
Not applicable.
Parameters
- writer
An HtmlTextWriter that represents the output stream to render HTML content on the client.
Community Additions
ADD
Show: