HyperlinkUriHelper.ConvertRelativePathToAbsolute(String, String) Method
Converts the hyperlink’s relative path to absolute.
Namespace: DevExpress.Office
Assembly: DevExpress.Office.v25.1.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