4 references to MakeRelative
System.Web (4)
UI\Control.cs (1)
3058url = HttpUtility.UrlPathEncode(UrlPath.MakeRelative(baseRequestDir, url));
UI\Page.cs (1)
6286_relativeFilePath = Server.UrlDecode(UrlPath.MakeRelative(filePath, s));
VirtualPath.cs (1)
258resultVirtualPath._virtualPath = UrlPath.MakeRelative(this.VirtualPathString, toVirtualPath.VirtualPathString);
VirtualPathUtility.cs (1)
119return UrlPath.MakeRelative(fromPath, toPath);