ESRI.ArcGIS.ADF.Web.UI.WebControls
Render Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > WebControl Class : Render Method




writer
HTML writer used to produce HTML output.
Renders the control.

Syntax

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

Parameters

writer
HTML writer used to produce HTML output.

See Also

© 2010 All Rights Reserved.