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