Intersoft ClientUI Documentation
MapUri Method (UriMapper)



Original URI value to be converted to a new URI.
Converts a specified uniform resource identifier (URI) into a new URI based on the rules of a matching object in the UriMappings collection.
Syntax
Public Overrides NotOverridable Function MapUri( _
   ByVal uri As Uri _
) As Uri
Dim instance As UriMapper
Dim uri As Uri
Dim value As Uri
 
value = instance.MapUri(uri)
public override Uri MapUri( 
   Uri uri
)
public:
Uri^ MapUri( 
   Uri^ uri
) override 

Parameters

uri
Original URI value to be converted to a new URI.

Return Value

A URI to use for handling the request instead of the value of the uri parameter. If no object in the UriMappings collection matches uri, the original value for uri is returned.
Remarks

The MapUri method returns the mapped URI value from the first object in the UriMappings collection that matches the uri value. If more than one object in the collection matches the uri value, only the mapped URI from the first instance in the collection is returned.

An object in the UriMappings collection matches the uri value if the MapUri for that instance of the UriMapping class returns a value.

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