Skip to content

Hyperlink::Uri property

The Uri property stores the URI to navigate to when the user clicks on the link. This value is only valid if the hyperlink type contains the value IGR_HYPERLINK_ACTION_URI.

string Uri { get; }
string getUri() throws IGRException;
@property
def Uri(self) -> string
std::wstring getUri() const;
[propget] HRESULT Uri([out, retval] BSTR *result);

Return Value

string : The URI to navigate to when the user clicks on the link.

See Also