Show / Hide Table of Contents

Class UriMapperBase

Maps a URI into a new URI based on mapping rules defined in a concrete implementation.

Inheritance
System.Object
UriMapperBase
UriMapper
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Navigation
Assembly: OpenSilver.Controls.Navigation.dll
Syntax
public abstract class UriMapperBase

Methods

| Improve this Doc View Source

MapUri(Uri)

Maps a given URI and returns a mapped URI.

Declaration
public abstract Uri MapUri(Uri uri)
Parameters
Type Name Description
System.Uri uri

Original URI value to be mapped to a new URI.

Returns
Type Description
System.Uri

A URI derived from the uri parameter.

  • Improve this Doc
  • View Source