UI\ClientScriptManager.cs (10)
787RegisterScriptBlock(CreateScriptKey(type, key), script, ClientAPIRegisterType.ClientScriptBlocksWithoutTags);
790RegisterScriptBlock(CreateScriptKey(type, key), script, ClientAPIRegisterType.ClientScriptBlocks);
834RegisterScriptBlock(CreateScriptIncludeKey(type, key, isResource), script, ClientAPIRegisterType.ClientScriptBlocks);
944internal void RegisterScriptBlock(ScriptKey key, string script, ClientAPIRegisterType type) {
948case ClientAPIRegisterType.ClientScriptBlocks:
951case ClientAPIRegisterType.ClientScriptBlocksWithoutTags:
954case ClientAPIRegisterType.ClientStartupScripts:
957case ClientAPIRegisterType.ClientStartupScriptsWithoutTags:
1010RegisterScriptBlock(CreateScriptKey(type, key), script, ClientAPIRegisterType.ClientStartupScriptsWithoutTags);
1013RegisterScriptBlock(CreateScriptKey(type, key), script, ClientAPIRegisterType.ClientStartupScripts);