PackUriHelper.GetNormalizedPartUri(Uri) Methode

Definitie

Retourneert de genormaliseerde vorm van een opgegeven PackagePart URI.

public:
 static Uri ^ GetNormalizedPartUri(Uri ^ partUri);
public static Uri GetNormalizedPartUri(Uri partUri);
static member GetNormalizedPartUri : Uri -> Uri
Public Shared Function GetNormalizedPartUri (partUri As Uri) As Uri

Parameters

partUri
Uri

De PackagePart URI die moet worden genormaliseerd.

Retouren

Uri

De genormaliseerde vorm van de opgegeven partUri.

Uitzonderingen

partUri is null.

partUri heeft geen geldige Uri syntaxis.

Opmerkingen

GetNormalizedPartUrinormaliseert per hoofdletter (partUri) en retourneert String.ToUpperInvariant het resultaat.

Van toepassing op

Zie ook