Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

HyperlinkUriHelper.IsRelativePath(String) Method

Checks whether the hyperlink’s path is relative.

Namespace: DevExpress.Office

Assembly: DevExpress.Office.v19.1.Core.dll

Declaration

public static bool IsRelativePath(
    string uri
)

Parameters

Name Type Description
uri String

A target hyperlink’s URI.

Returns

Type Description
Boolean

true, if the path is relative; otherwise, false.

See Also