NavigationManager.ToBaseRelativePath(String) Méthode

Définition

Étant donné un URI de base (par exemple, un URI précédemment retourné par BaseUri), convertit un URI absolu en un par rapport au préfixe d’URI de base.

public:
 System::String ^ ToBaseRelativePath(System::String ^ uri);
public string ToBaseRelativePath (string uri);
member this.ToBaseRelativePath : string -> string
Public Function ToBaseRelativePath (uri As String) As String

Paramètres

uri
String

URI absolu qui se trouve dans l’espace de l’URI de base.

Retours

Chemin d’URI relatif.

S’applique à