Returns the inner URI that points to the entire package of a specified pack URI.
Namespace:
System.IO.Packaging
Assembly:
WindowsBase (in WindowsBase.dll)
Visual Basic (Declaration)
Public Shared Function GetPackageUri ( _
packUri As Uri _
) As Uri
Dim packUri As Uri
Dim returnValue As Uri
returnValue = PackUriHelper.GetPackageUri(packUri)
public static Uri GetPackageUri(
Uri packUri
)
public:
static Uri^ GetPackageUri(
Uri^ packUri
)
public static function GetPackageUri(
packUri : Uri
) : Uri
You cannot use methods in XAML.
The following table illustrates sample cases for GetPackageUri.
packUri | Returned Package URI |
|---|
pack://http:,,www.proseware.com,mypackage.xyz/a/mydoc.xaml | http://www.proseware.com/mypackage.xyz |
pack://http:,,www.proseware.com,packages.aspx%3fmypackage/a/bar.xaml | http://www.proseware.com/packages.aspx?mypackage |
pack://http:,,www.proseware.com,mypackage.pkg | http://www.proseware.com/mypackage.pkg |
pack://ftp:,,ftp.proseware.com,packages,mypackage1.abc/a/picture.jpg | ftp://ftp.proseware.com/packages/mypackage1.abc |
pack://file:,,,d:,packages,mypackage2.pkg/a/bar.xaml | file:///d:/packages/mypackage2.pkg |
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
.NET Framework
Supported in: 3.5, 3.0
Reference
Other Resources