ESRI.ArcGIS.ADF.ArcGISServer.Editor
RenderBeginTag Method
See Also 
ESRI.ArcGIS.ADF.ArcGISServer.Editor Namespace > EditorPanel Class : RenderBeginTag Method




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

Syntax

Visual Basic (Declaration) 
Public Overrides Sub RenderBeginTag( _
   ByVal writer As HtmlTextWriter _
) 
Visual Basic (Usage)Copy Code
Dim instance As EditorPanel
Dim writer As HtmlTextWriter
 
instance.RenderBeginTag(writer)
C# 
public override void RenderBeginTag( 
   HtmlTextWriter writer
)

Parameters

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

See Also

© 2010 All Rights Reserved.