1 write to Path
System.Web.Extensions (1)
UI\ScriptReference.cs (1)
42Path = path;
14 references to Path
System.Web.Extensions (14)
UI\CompositeScriptReference.cs (4)
51if (!String.IsNullOrEmpty(Path)) { 52string path = Path; 136if (String.IsNullOrEmpty(reference.Path)) { 143resourceName = reference.GetPath(scriptManager, reference.Path, null,
UI\ScriptManager.cs (1)
1602string effectivePath = scriptRef.Path;
UI\ScriptReference.cs (9)
85return String.IsNullOrEmpty(Path) ? ScriptInfo.Path : Path; 108(!String.IsNullOrEmpty(Path) || String.IsNullOrEmpty(ScriptInfo.DebugPath))) ? 334if (!hasName && String.IsNullOrEmpty(Path)) { 359if (!String.IsNullOrEmpty(Path)) { 365return GetUrlFromPath(scriptManager, Path, null); 542else if (!String.IsNullOrEmpty(Path)) { 543return Path; 564string path = scriptReference.Path;