Class InitializationScript
Represents a JavaScript script that is loaded and run on every document load.
public class InitializationScript
- Inheritance
-
InitializationScript
- Inherited Members
Properties
ScriptId
Gets the internal ID of the initialization script.
public string ScriptId { get; }
Property Value
ScriptName
Gets the friendly name of the initialization script.
public string ScriptName { get; }
Property Value
ScriptSource
Gets the JavaScript source of the initialization script.
public string ScriptSource { get; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.