Click or drag to resize
Cimbalino ToolkitINavigationService Methods

The INavigationService type exposes the following members.

Methods
  NameDescription
Public methodGoBack
Navigates to the most recent item in back navigation history.
Public methodGoForward
Navigates to the most recent item in forward navigation history.
Public methodNavigate(String)
Navigates to the content specified by the uniform resource identifier (URI).
Public methodNavigate(Type)
Navigates to the content specified by the type reference.
Public methodNavigate(Uri)
Navigates to the content specified by the uniform resource identifier (URI).
Public methodNavigate(Type, Object)
Navigates to the content specified by the type reference.
Public methodNavigateT
Navigates to the content specified by the type reference.
Public methodNavigateT(Object)
Navigates to the content specified by the type reference.
Public methodRegisterFrame
Attempts to register the specified object as the active frame instance.
Public methodRemoveBackEntry
Removes the most recent available entry from the back stack.
Top
See Also