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




scriptContent
The script to embed in the tag
Returns the script tag with the passed in script content

Syntax

Visual Basic (Declaration) 
Public Shared Function GetScriptTag( _
   ByVal scriptContent As String _
) As String
Visual Basic (Usage)Copy Code
Dim scriptContent As String
Dim value As String
 
value = RenderUtility.GetScriptTag(scriptContent)
C# 
public static string GetScriptTag( 
   string scriptContent
)

Parameters

scriptContent
The script to embed in the tag

Return Value

The script tag with contents

See Also

© 2010 All Rights Reserved.