Navigate To Page
Last updated
Last updated
Use the NavigateToPage action to navigate from one page to another. To make a simple link, create a Click event and add the NavigateToPage action to the event handler.
Destination
Set the page to navigate to. It can either be another page within the application or an outside URL. Set using text, input parameters or script variables
Input Parameters
Any parameters the destination page may require. This property is only available should the destination page have parameters. Go here for more details on how to work with parameters.
Open In New Window
This flag defines whether the page will open in a new window or not