PackUriHelper.GetRelativeUri Method
Returns the relative URI between two specified PackagePart URIs.
Namespace: System.IO.Packaging
Assembly: WindowsBase (in WindowsBase.dll)
Parameters
- sourcePartUri
- Type: System.Uri
The URI of the source part.
- targetPartUri
- Type: System.Uri
The URI of the target part.
| Exception | Condition |
|---|---|
| ArgumentNullException | sourcePartUri or targetPartUri is null. |
The following table illustrates sample cases for GetRelativeUri.
sourcePartUri | targetPartUri | Returned relative URI |
|---|---|---|
/mydoc/markup/page.xml | /mydoc/markup/picture.jpg | picture.jpg |
/mydoc/markup/page.xml | /mydoc/picture.jpg | ../picture.jpg |
/mydoc/markup/page.xml | /mydoc/images/picture.jpg | ../images/picture.jpg |
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.