Intersoft ClientUI Documentation
UriMappings Property



Gets a collection of objects that are used to convert a uniform resource identifier (URI) into a new URI.
Syntax
Public ReadOnly Property UriMappings As Collection(Of UriMapping)
Dim instance As UriMapper
Dim value As Collection(Of UriMapping)
 
value = instance.UriMappings
public Collection<UriMapping> UriMappings {get;}
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 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

See Also

Reference

UriMapper Class
UriMapper Members
Navigation Overview

Send Feedback