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.
| Class | Description | |
|---|---|---|
![]() | FragmentNavigationEventArgs | Provides data for the OnFragmentNavigation method and FragmentNavigation event. |
![]() | JournalEntry | Represents an entry in either back or forward navigation history. |
![]() | JournalEntryRemovedEventArgs | Provides data when removing journal entries from the back navigation history. |
![]() | NavigationContext | Represents the state of a navigation operation. |
![]() | NavigationFailedEventArgs | Provides data for the NavigationFailed event of the NavigationService class and the NavigationFailed event of the Frame class. |
![]() | NavigationService | Provides methods, properties, and events to support navigation within a Silverlight application. |
![]() | UriMapper | Converts a uniform resource identifier (URI) into a new URI based on the rules of a matching object specified in a collection of mapping objects. |
![]() | UriMapperBase | Represents the base class for classes that convert a requested uniform resource identifier (URI) into a new URI based on mapping rules. |
![]() | UriMapping | Defines the pattern for converting a requested uniform resource identifier (URI) into a new URI. |
| Delegate | Description | |
|---|---|---|
![]() | FragmentNavigationEventHandler | Represents the method that will handle the FragmentNavigation event. |
![]() | NavigationFailedEventHandler | Represents the method that will handle the NavigationFailed event. |
![]() | NavigationStoppedEventHandler | Represents the method that will handle the NavigationStopped event. |
| Enumeration | Description | |
|---|---|---|
![]() | JournalOwnership | Used to specify the type of journal that should be used by the Frame. |
![]() | NavigationCacheMode | Specifies how the page is cached when used within a frame. |
