Skip to content
Yngve Bakken Nilsen edited this page Sep 5, 2013 · 5 revisions

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>()]]
Clone this wiki locally