ESRI.ArcGIS.ADF.Web.UI.WebControls
RenderScripts Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls.RenderingEngine Namespace > RenderUtility Class : RenderScripts Method




scripts
Scripts to render, with the name as key
page
Page to register scripts to
Render scripts to page

Syntax

Visual Basic (Declaration) 
Public Shared Sub RenderScripts( _
   ByVal scripts As Hashtable, _
   ByVal page As Page _
) 
Visual Basic (Usage)Copy Code
Dim scripts As Hashtable
Dim page As Page
 
RenderUtility.RenderScripts(scripts, page)
C# 
public static void RenderScripts( 
   Hashtable scripts,
   Page page
)

Parameters

scripts
Scripts to render, with the name as key
page
Page to register scripts to

See Also

© 2010 All Rights Reserved.