navigate()
Navigates to a page reference programmatically.
Method Input | Type | Required/Optional | Description |
---|---|---|---|
context | String | Required | The ID of the parent router container nearest to the component that's generating a URL. A ContextId is an opaque value that you get from the NavigationContext wire. |
pageReference | String | Required | The PageReference value for which to generate a URL. |
replace | Boolean | Optional | If set to true , navigate() replaces the current history entry with the location passed in the method parameters. |
- None
See Also