NavigationManager.ToAbsoluteUri(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.
Converts a relative URI into an absolute one (by resolving it relative to the current absolute URI).
public:
Uri ^ ToAbsoluteUri(System::String ^ relativeUri);
public Uri ToAbsoluteUri (string relativeUri);
public Uri ToAbsoluteUri (string? relativeUri);
member this.ToAbsoluteUri : string -> Uri
Public Function ToAbsoluteUri (relativeUri As String) As Uri
Parameters
- relativeUri
- String
The relative URI.
Returns
The absolute URI.