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)
6273if (_relativeFilePath == null) { 6289return _relativeFilePath;