Click or drag to resize
Cimbalino ToolkitINavigationService Interface
Represents a service capable of handling the application navigation.

Namespace: Cimbalino.Toolkit.Services
Assembly: Cimbalino.Toolkit.Core (in Cimbalino.Toolkit.Core.dll) Version: 2.2.1.0 (2.2.1.0)
Syntax
C#
public interface INavigationService

The INavigationService type exposes the following members.

Properties
  NameDescription
Public propertyCanGoBack
Gets a value indicating whether there is at least one entry in back navigation history.
Public propertyCanGoForward
Gets a value indicating whether there is at least one entry in forward navigation history.
Public propertyCurrentParameter
Gets any parameter object passed to the target page for the navigation.
Public propertyCurrentSource
Gets the uniform resource identifier (URI) of the content that is currently displayed.
Public propertyQueryString
Gets a collection of query string values.
Top
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
Events
  NameDescription
Public eventBackKeyPressed
Occurs when the user presses the hardware Back button.
Public eventNavigated
Occurs when the content that is being navigated to has been found and is available, although it may not have completed loading.
Top
Version Information

Portable

Supported in: 4.5

Windows

Supported in: 10.0, 8.1

Windows Phone

Supported in: 8.1

Windows Phone Silverlight

Supported in: 8.1, 8.0
See Also