ESRI.ArcGIS.ADF.Web.UI.WebControls
RenderContents Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > Magnifier Class : RenderContents Method




output
A System.Web.UI.HtmlTextWriter that represents the output stream to render HTML content on the client.
Render the contents of the control to the specified writer. This method is used primarily by control developers.

Syntax

Visual Basic (Declaration) 
Protected Overrides Sub RenderContents( _
   ByVal output As HtmlTextWriter _
) 
Visual Basic (Usage)Copy Code
Dim instance As Magnifier
Dim output As HtmlTextWriter
 
instance.RenderContents(output)
C# 
protected override void RenderContents( 
   HtmlTextWriter output
)

Parameters

output
A System.Web.UI.HtmlTextWriter that represents the output stream to render HTML content on the client.

See Also

© 2010 All Rights Reserved.