.NET Framework Class Library
PackUriHelper..::.GetPackageUri Method

Returns the inner URI that points to the entire package of a specified pack URI.

Namespace:  System.IO.Packaging
Assembly:  WindowsBase (in WindowsBase.dll)
Syntax

Visual Basic (Declaration)
Public Shared Function GetPackageUri ( _
    packUri As Uri _
) As Uri
Visual Basic (Usage)
Dim packUri As Uri
Dim returnValue As Uri

returnValue = PackUriHelper.GetPackageUri(packUri)
C#
public static Uri GetPackageUri(
    Uri packUri
)
Visual C++
public:
static Uri^ GetPackageUri(
    Uri^ packUri
)
JScript
public static function GetPackageUri(
    packUri : Uri
) : Uri
XAML
You cannot use methods in XAML.

Parameters

packUri
Type: System..::.Uri
The pack URI from which to return the URI of the Package.

Return Value

Type: System..::.Uri
The URI of the Package from the specified packUri.
Remarks

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 

Platforms

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.
Version Information

.NET Framework

Supported in: 3.5, 3.0
See Also

Reference

Other Resources

Tags :


Page view tracker