Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
htmltwOutput
Type: System.Web.UI.HtmlTextWriterThe System.Web.UI.HtmlTextWriter object that receives the rendered content.