NavigationManager.ToBaseRelativePath(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Given a base URI (e.g., one previously returned by BaseUri), converts an absolute URI into one relative to the base URI prefix.
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
Parameters
- uri
- String
An absolute URI that is within the space of the base URI.
Returns
A relative URI path.