Intersoft.Client.UI.Navigation Namespace : UriMapper Class |
<ContentPropertyAttribute("UriMappings")> Public NotInheritable Class UriMapper Inherits System.Windows.Navigation.UriMapperBase
Dim instance As UriMapper
[ContentPropertyAttribute("UriMappings")] public sealed class UriMapper : System.Windows.Navigation.UriMapperBase
[ContentPropertyAttribute("UriMappings")] public ref class UriMapper sealed : public System.Windows.Navigation.UriMapperBase
You use the UriMapper class to store the collection of UriMapping objects to use for converting a requested URI to another URI. You define the UriMapper object and its collection of UriMapping objects for a frame by assigning the UriMapper object to the UriMapper property of the frame.
The UriMappings property contains the collections of mapping objects. The MapUri method converts a requested URI to the new URI based on the mappings you defined in objects you added to the UriMappings property.
Typically, you will not need to programmatically call the MapUri method. The ClientUI framework automatically calls the MapUri method for each request when you have added an instance of the UriMapper class to your application.
System.Object
System.Windows.Navigation.UriMapperBase
Intersoft.Client.UI.Navigation.UriMapper
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2