ESRI.ArcGIS.ADF.ArcGISServer.Editor
RenderChildren Method
See Also 
ESRI.ArcGIS.ADF.ArcGISServer.Editor Namespace > EditorTask Class : RenderChildren Method




writer
The HtmlTextWriter object that receives the rendered content.
Outputs the content of a server control's children to a provided HtmlTextWriter object, which writes the content to be rendered on the client.

Syntax

Visual Basic (Declaration) 
Protected Overrides Sub RenderChildren( _
   ByVal writer As HtmlTextWriter _
) 
Visual Basic (Usage)Copy Code
Dim instance As EditorTask
Dim writer As HtmlTextWriter
 
instance.RenderChildren(writer)
C# 
protected override void RenderChildren( 
   HtmlTextWriter writer
)

Parameters

writer
The HtmlTextWriter object that receives the rendered content.

See Also

© 2010 All Rights Reserved.