Accordion for ASP.NET Web Forms
RenderEndTag Method (C1AccordionPane)

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1Accordion Namespace > C1AccordionPane Class : RenderEndTag Method
A System.Web.UI.HtmlTextWriter that represents the output stream to render HTML content on the client.
Renders the HTML closing tag of the control into the specified writer. This method is used primarily by control developers.
Syntax
'Declaration
 
Public Overrides Sub RenderEndTag( _
   ByVal writer As System.Web.UI.HtmlTextWriter _
) 
public override void RenderEndTag( 
   System.Web.UI.HtmlTextWriter writer
)

Parameters

writer
A System.Web.UI.HtmlTextWriter that represents the output stream to render HTML content on the client.
See Also

Reference

C1AccordionPane Class
C1AccordionPane Members