Class UriMapperBase
Maps a URI into a new URI based on mapping rules defined in a concrete implementation.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: System.Windows.Navigation
Assembly: Controls.Navigation.OpenSilver.dll
Syntax
public abstract class UriMapperBase
Methods
| Improve this Doc View SourceMapUri(Uri)
Maps a given URI and returns a mapped URI.
Declaration
public abstract Uri MapUri(Uri uri)
Parameters
Type | Name | Description |
---|---|---|
Uri | uri | Original URI value to be mapped to a new URI. |
Returns
Type | Description |
---|---|
Uri | A URI derived from the |