Intersoft ClientUI Documentation
MapUri Method (UriMapping)



The URI to convert.
Converts the specified uniform resource identifier (URI) to a new URI, if the specified URI matches the defined template for converting.
Syntax
Public Function MapUri( _
   ByVal uri As Uri _
) As Uri
Dim instance As UriMapping
Dim uri As Uri
Dim value As Uri
 
value = instance.MapUri(uri)
public Uri MapUri( 
   Uri uri
)
public:
Uri^ MapUri( 
   Uri^ uri
) 

Parameters

uri
The URI to convert.

Return Value

The URI that has been converted or null if the URI cannot be converted.
Remarks
The MapUri method determines whether the value of uri parameter matches the pattern specified in the Uri property. If the two values match, the MapUri method returns the value of the MappedUri property.
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

UriMapping Class
UriMapping Members
Navigation Overview

Send Feedback