2 writes to _relativeFilePath
System.Web (2)
UI\Page.cs (2)
6283
_relativeFilePath
= s;
6286
_relativeFilePath
= Server.UrlDecode(UrlPath.MakeRelative(filePath, s));
2 references to _relativeFilePath
System.Web (2)
UI\Page.cs (2)
6273
if (
_relativeFilePath
== null) {
6289
return
_relativeFilePath
;