ESRI.ArcGIS.ADF.Web
ToString Method
See Also 
ESRI.ArcGIS.ADF.Web Namespace > ScriptTag Class : ToString Method




Returns the string version of the script tag as it would look in the rendered page.

Syntax

Visual Basic (Declaration) 
Public Overrides Function ToString() As String
Visual Basic (Usage)Copy Code
Dim instance As ScriptTag
Dim value As String
 
value = instance.ToString()
C# 
public override string ToString()

Return Value

HTML Script tag with properties of the script.

See Also

© 2010 All Rights Reserved.