ESRI.ArcGIS.ADF.Web
ScriptTag Constructor(String,String,String,String,String,String,String)
See Also  Send Feedback
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 New 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

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

© 2011 All Rights Reserved.