Url::MakeRelative Method (Url^)
Visual Studio 2015
Makes the specified Url relative with respect to the current one.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
Parameters
- url
-
Type:
Microsoft.VisualStudio.Shell::Url^
The Url to make relative.
If the scheme or host properties are different (comparing url to the current Url), this method returns the absolute path of url. Otherwise, it returns the unescaped relative path.
Show: