3 references to MakeRelative
System.Web (1)
Util\UrlPath.cs (1)
398relativePath = fromUri.MakeRelative(toUri);
System.Web.Mobile (1)
Mobile\UrlPath.cs (1)
232return fromUri.MakeRelative(toUri);
System.Web.Services (1)
System\Web\Services\Description\ProtocolImporter.cs (1)
683string relativeUrl = new Uri(appSettingBaseUrl).MakeRelative(new Uri(url));