ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / TreeView Class / RenderContent Method
The specified writer used to write the markup.

In This Topic
    RenderContent Method (TreeView)
    In This Topic
    Renders content of control.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub RenderContent( _
       ByVal writer As HtmlTextWriter _
    ) 
    protected virtual void RenderContent( 
       HtmlTextWriter writer
    )

    Parameters

    writer
    The specified writer used to write the markup.
    See Also