HyperlinkUriHelper.ConvertRelativePathToAbsolute(String, String) Method
Converts the hyperlink’s relative path to absolute.
Namespace: DevExpress.Office
Assembly: DevExpress.Office.v24.2.Core.dll
NuGet Package: DevExpress.Office.Core
Declaration
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