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