Version

ScriptConstants Class Members

The following tables list the members exposed by ScriptConstants.

Public Constructors
 NameDescription
Public ConstructorScriptConstants ConstructorOverloaded.   
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)excludeEndTagsElements with which to exclude end tags.  
Public Properties
 NameDescription
Public PropertyLanguageLanguage being used for this ScriptConstants object.  
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)excludeEndTagReturns a boolean value indicating whether or not to exclude end tags from the element with the given tagname.  
Public MethodgetCommnentCharGets the comment character.  
Public MethodgetFuncCallGets the function calling syntax for the given name and arguments.  
Public MethodgetFuncCloseGets the function closing string.  
Public MethodgetFuncOpenGets the function opening string.  
Public MethodgetNameGets the name of the current language, expressed as a string.  
Public MethodgetStmtTermGets the statement terminator.  
Public MethodgetTagBeginReturns HTML script tag beginning.  
Public MethodgetTagEndReturns HTML Script tag end.  
See Also