ASPxClientHyperLink.SetNavigateUrl(url) Method
In This Article
Specifies an URL which defines the navigation location for the editor’s hyperlink.
#Declaration
TypeScript
SetNavigateUrl(
url: string
): void
#Parameters
Name | Type | Description |
---|---|---|
url | string | A string value which specifies an URL to where the client web browser will navigate when a hyperlink in the editor is clicked. |
See Also