ebs.goToUrl
Navigates to the specified URL.
Syntax
Copy
ebs.goToUrl(url: string): void
| Parameter | Description |
|---|---|
url
|
The URL to which you want to navigate to. |
Response
void.
Examples
In this example:
- The URL is "http://localhost//Main#/Entity/account/List"
Request
ebs.goToUrl("http://localhost//Main#/Entity/account/List");