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