The path to navigate to. It can be either an absolute URL or a string path relative to the RouterOptions.baseURL.
Initiates a navigation to the specified URL without reloading the page and
notifies the application via the popstate
event.
The type of the context data. It should be
serializable
and match the C
type parameter of the Router.
The path to navigate to. It can be either an absolute URL or a string path relative to the RouterOptions.baseURL.
Any data that needs to be sent to Route.action. The
type of this parameter should match the generic C
. If C
is not provided
or is equal to EmptyObject, providing this parameter is forbidden.
Initiates a navigation to the specified URL without reloading the page and notifies the application via the
popstate
event.