0 out of 1 rated this helpful - Rate this topic

System.Windows.Navigation Namespace

July 26, 2012

Provides types that support navigation, including navigating between pages and navigation journaling.

This namespace is identical to the System.Windows.Navigation Namespace in the .NET Framework Class Library for Silverlight. For more information, including implementation specifics, see System.Windows.Navigation Namespace.

  ClassDescription
Public classFragmentNavigationEventArgsProvides data for the OnFragmentNavigation method and FragmentNavigation event.
Public classJournalEntryRepresents an entry in either back or forward navigation history.
Public classJournalEntryRemovedEventArgsProvides data when removing journal entries from the back navigation history.
Public classNavigationContextRepresents the state of a navigation operation.
Public classNavigationFailedEventArgsProvides data for the NavigationFailed event of the NavigationService class and the NavigationFailed event of the Frame class.
Public classNavigationServiceProvides methods, properties, and events to support navigation within a Silverlight application.
Public classUriMapperConverts a uniform resource identifier (URI) into a new URI based on the rules of a matching object specified in a collection of mapping objects.
Public classUriMapperBaseRepresents the base class for classes that convert a requested uniform resource identifier (URI) into a new URI based on mapping rules.
Public classUriMappingDefines the pattern for converting a requested uniform resource identifier (URI) into a new URI.
  DelegateDescription
Public delegateFragmentNavigationEventHandlerRepresents the method that will handle the FragmentNavigation event.
Public delegateNavigationFailedEventHandlerRepresents the method that will handle the NavigationFailed event.
Public delegateNavigationStoppedEventHandlerRepresents the method that will handle the NavigationStopped event.
  EnumerationDescription
Public enumerationJournalOwnershipUsed to specify the type of journal that should be used by the Frame.
Public enumerationNavigationCacheModeSpecifies how the page is cached when used within a frame.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.