We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The INavigationService provides methods for navigating to different pages in the browser either by URI or by a typed Page object.
Methods
[[GetCurrentPage<T>()|INavigationService.GetCurrentPage<T>()]]
[[GoTo<T>()|INavigationService.GoTo<T>()]]
[[GoTo(Uri url)|INavigationService.GoTo(Uri url)]]
[[GoTo(Type t)|INavigationService.GoTo(Type t)]]
[[IsAtPage<T>()|INavigationService.IsAtPage<T>()]]