Skip to main content

HyperlinkUriHelper.ConvertRelativePathToAbsolute(String, String) Method

Converts the hyperlink’s relative path to absolute.

Namespace: DevExpress.Office

Assembly: DevExpress.Office.v23.2.Core.dll

NuGet Packages: DevExpress.Office.Core, DevExpress.Win.Navigation

Declaration

public static string ConvertRelativePathToAbsolute(
    string uri,
    string baseUri
)

Parameters

Name Type Description
uri String

The target URI.

baseUri String

The target base URI.

Returns

Type Description
String

A string value that is an absolute URI path.

See Also