Converts the specified uniform resource identifier (URI) to a new URI, if the specified URI matches the defined template for converting.
Public Function MapUri ( _ uri As Uri _ ) As Uri
public Uri MapUri( Uri uri )
Uri is nullNothingnullptra null reference (Nothing in Visual Basic).
-or-
MappedUri is nullNothingnullptra null reference (Nothing in Visual Basic).
Uri includes a query string.
Uri includes a content fragment.
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.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.