4 references to ScriptPath
System.Web.Extensions (4)
UI\CompositeScriptReference.cs (2)
93bool hasScriptPath = (!String.IsNullOrEmpty(scriptManager.ScriptPath) && !reference.IgnoreScriptPath); 151culture, scriptManager.ScriptPath);
UI\ScriptReference.cs (2)
436if (IgnoreScriptPath || String.IsNullOrEmpty(scriptManager.ScriptPath)) { 440string path = GetScriptPath(resourceName, assembly, culture, scriptManager.ScriptPath);