5 references to Path
System.Web.Extensions (5)
UI\ScriptManager.cs (2)
964sr.ScriptInfo.Path == frameworkScriptPath))) { 985scriptReference.ScriptInfo.Path == frameworkScriptPath))) {
UI\ScriptReference.cs (3)
85return String.IsNullOrEmpty(Path) ? ScriptInfo.Path : Path; 367else if (!String.IsNullOrEmpty(ScriptInfo.Path)) { 388return GetUrlFromPath(scriptManager, ScriptInfo.Path, ScriptInfo.DebugPath);