1 implementation of IClientScriptManager
System.Web.Extensions (1)
UI\ClientScriptManagerWrapper.cs (1)
15internal sealed class ClientScriptManagerWrapper : IClientScriptManager {
11 references to IClientScriptManager
System.Web.Extensions (11)
UI\ClientScriptManagerWrapper.cs (7)
24Dictionary<Assembly, Dictionary<String, Object>> IClientScriptManager.RegisteredResourcesToSuppress { 30string IClientScriptManager.GetPostBackEventReference(PostBackOptions options) { 34string IClientScriptManager.GetWebResourceUrl(Type type, string resourceName) { 38void IClientScriptManager.RegisterClientScriptBlock(Type type, string key, string script) { 42void IClientScriptManager.RegisterClientScriptInclude(Type type, string key, string url) { 46void IClientScriptManager.RegisterClientScriptBlock(Type type, string key, string script, bool addScriptTags) { 50void IClientScriptManager.RegisterStartupScript(Type type, string key, string script, bool addScriptTags) {
UI\IPage.cs (1)
24IClientScriptManager ClientScript {
UI\PageWrapper.cs (1)
37IClientScriptManager IPage.ClientScript {
UI\ScriptManager.cs (2)
1799private static void RegisterResourceWithClientScriptManager(IClientScriptManager clientScriptManager, Assembly assembly, String key) { 1818AjaxFrameworkMode ajaxFrameworkMode, bool loadScriptsBeforeUI, IClientScriptManager clientScriptManager,