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