Share via


DelegateControl.RenderChildren Method

Outputs the content of child controls of the delegate control to a provided HtmlTextWriter object, which writes the content to be rendered on the client.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Protected Overrides Sub RenderChildren ( _
    htmltwOutput As HtmlTextWriter _
)
'Usage
Dim htmltwOutput As HtmlTextWriter

Me.RenderChildren(htmltwOutput)
protected override void RenderChildren(
    HtmlTextWriter htmltwOutput
)

Parameters

See Also

Reference

DelegateControl Class

DelegateControl Members

Microsoft.SharePoint.WebControls Namespace