The scripting engines which deal with the script tag.
Static Public Member Functions | |
static void | Add (ScriptEngine engine) |
Adds a scripting engine. More... | |
static ScriptEngine | Get (string tag) |
Gets the scripting engine for the given type (e.g. "text/nitro"). More... | |
Static Public Attributes | |
static Dictionary< string, ScriptEngine > | All |
The available script engines. More... | |
|
inlinestatic |
Adds a scripting engine.
|
inlinestatic |
Gets the scripting engine for the given type (e.g. "text/nitro").
|
static |
The available script engines.