Intersoft ClientUI Documentation
MapUri Method
See Also  Send Feedback
Intersoft.Client.UI.Navigation Namespace > UriMapping Class : MapUri Method






uri
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

Visual Basic (Declaration) 
Public Function MapUri( _
   ByVal uri As Uri _
) As Uri
Visual Basic (Usage)Copy Code
Dim instance As UriMapping
Dim uri As Uri
Dim value As Uri
 
value = instance.MapUri(uri)
C# 
public Uri MapUri( 
   Uri uri
)
Delphi 
public function MapUri( 
    uri: Uri
): Uri; 
JScript 
public function MapUri( 
   uri : Uri
) : Uri;
Managed Extensions for C++ 
public: Uri* MapUri( 
   Uri* uri
) 
C++/CLI 
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 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.