1 write to IgnoreScriptPath
System.Web.Extensions (1)
UI\ScriptManager.cs (1)
1548reference.IgnoreScriptPath = true;
2 references to IgnoreScriptPath
System.Web.Extensions (2)
UI\CompositeScriptReference.cs (1)
93bool hasScriptPath = (!String.IsNullOrEmpty(scriptManager.ScriptPath) && !reference.IgnoreScriptPath);
UI\ScriptReference.cs (1)
436if (IgnoreScriptPath || String.IsNullOrEmpty(scriptManager.ScriptPath)) {