Intersoft ClientUI Documentation
UriMapper Class
Members  See Also  Send Feedback
Intersoft.Client.UI.Navigation Namespace : UriMapper Class






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.

Object Model

UriMapper Class

Syntax

Visual Basic (Declaration) 
<ContentPropertyAttribute("UriMappings")>
Public NotInheritable Class UriMapper 
   Inherits System.Windows.Navigation.UriMapperBase
Visual Basic (Usage)Copy Code
Dim instance As UriMapper
C# 
[ContentPropertyAttribute("UriMappings")]
public sealed class UriMapper : System.Windows.Navigation.UriMapperBase 
Delphi 
public class UriMapper = class(System.Windows.Navigation.UriMapperBase)sealed; 
JScript 
ContentPropertyAttribute("UriMappings")
public sealed class UriMapper extends System.Windows.Navigation.UriMapperBase
Managed Extensions for C++ 
[ContentPropertyAttribute("UriMappings")]
public __gc __sealed class UriMapper : public System.Windows.Navigation.UriMapperBase 
C++/CLI 
[ContentPropertyAttribute("UriMappings")]
public ref class UriMapper sealed : public System.Windows.Navigation.UriMapperBase 

Remarks

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.

Inheritance Hierarchy

System.Object
   System.Windows.Navigation.UriMapperBase
      Intersoft.Client.UI.Navigation.UriMapper

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.