Click to Rate and Give Feedback
MSDN
MSDN Library
UriMapper Class
Collapse All/Expand All Collapse All
Other versions are also available for the following:
Windows Phone Class Library
UriMapper Class

March 22, 2012

Converts a uniform resource identifier (URI) into a new URI based on the rules of a matching object specified in a collection of mapping objects.

System..::.Object
  System.Windows.Navigation..::.UriMapperBase
    System.Windows.Navigation..::.UriMapper

Namespace:  System.Windows.Navigation
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.
Visual Basic (Declaration)
<ContentPropertyAttribute("UriMappings")> _
Public NotInheritable Class UriMapper _
    Inherits UriMapperBase
C#
[ContentPropertyAttribute("UriMappings")]
public sealed class UriMapper : UriMapperBase
XAML Object Element Usage
<UriMapper>
  UriMappings
</UriMapper>

The UriMapper type exposes the following members.

  NameDescription
Public methodUriMapperInitializes a new instance of the UriMapper class.
Top
  NameDescription
Public propertyUriMappingsGets a collection of objects that are used to convert a uniform resource identifier (URI) into a new URI.
Top
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodMapUriConverts a specified uniform resource identifier (URI) into a new URI based on the rules of a matching object in the UriMappings collection. (Overrides UriMapperBase..::.MapUri(Uri).)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top

Windows Phone OS

Supported in: 7.1, 7.0

Windows Phone

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

© 2012 Microsoft. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker