Method IsScriptRegistered
IsScriptRegistered(string)
Gets if the specified script name has a script handler already defined.
public bool IsScriptRegistered(string scriptName)
Parameters
scriptNamestringThe script name to query.
Returns
- bool
True if a handler already exists, otherwise false.