ESRI.ArcGIS.ADF.Web
ScriptTag Constructor(String,String,String,String,String,String,String)
See Also 
ESRI.ArcGIS.ADF.Web Namespace > ScriptTag Class > ScriptTag Constructor : ScriptTag Constructor(String,String,String,String,String,String,String)




id
The ID of the script tag
language
The language attribute
src
The source file for the script
content
The content of the script tag
type
The type attribute
defer
The defer attribute
charset
The charset attribute
Constructor

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal id As String, _
   ByVal language As String, _
   ByVal src As String, _
   ByVal content As String, _
   ByVal type As String, _
   ByVal defer As String, _
   ByVal charset As String _
)
Visual Basic (Usage)Copy Code
Dim id As String
Dim language As String
Dim src As String
Dim content As String
Dim type As String
Dim defer As String
Dim charset As String
 
Dim instance As ScriptTag(id, language, src, content, type, defer, charset)
C# 
public ScriptTag( 
   string id,
   string language,
   string src,
   string content,
   string type,
   string defer,
   string charset
)

Parameters

id
The ID of the script tag
language
The language attribute
src
The source file for the script
content
The content of the script tag
type
The type attribute
defer
The defer attribute
charset
The charset attribute

See Also

© 2010 All Rights Reserved.