Intersoft ClientUI Documentation
UriMappings Property
See Also  Send Feedback
Intersoft.Client.UI.Navigation Namespace > UriMapper Class : UriMappings Property






Gets a collection of objects that are used to convert a uniform resource identifier (URI) into a new URI.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property UriMappings As Collection(Of UriMapping)
Visual Basic (Usage)Copy Code
Dim instance As UriMapper
Dim value As Collection(Of UriMapping)
 
value = instance.UriMappings
C# 
public Collection<UriMapping> UriMappings {get;}
Delphi 
public read-only property UriMappings: Collection; 
JScript 
public function get UriMappings : Collection
Managed Extensions for C++ 
public: __property Collection<UriMapping*>* get_UriMappings();
C++/CLI 
public:
property Collection<UriMapping^>^ UriMappings {
   Collection<UriMapping^>^ get();
}

Remarks

You add a UriMapping object to the UriMappings collection to define a URI that you want to convert to another URI. The UriMapping object that you add contains a Uri property that specifies the requested URI to convert and a MappedUri property that specifies the new URI to use.

If you add more than one UriMapping object that contains the same value in the Uri property, only the first instance in the collection is used for mapping the URI to a new URI.

For more information, see Navigation Overview.

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.