Creates a callback result that contains JavaScript for adding the input ScriptTag into the Page.
Syntax
Visual Basic (Declaration) | |
---|
Public Shared Function ToCallbackResult( _
ByVal scriptTag As ESRI.ArcGIS.ADF.Web.ScriptTag _
) As CallbackResult |
Visual Basic (Usage) | Copy Code |
---|
Dim scriptTag As ESRI.ArcGIS.ADF.Web.ScriptTag
Dim value As CallbackResult
value = Converter.ToCallbackResult(scriptTag) |
Parameters
- scriptTag
- ScriptTag object to convert.
Return Value
Callback result with the script tag value.
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also