The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
System.Windows.Navigation Namespace
Silverlight
Provides types that support navigation.
| Class | Description | |
|---|---|---|
|
FragmentNavigationEventArgs | Provides data for the OnFragmentNavigation method and FragmentNavigation event. |
|
LoadResult | Represents the content loaded by an INavigationContentLoader implementation. |
|
NavigatingCancelEventArgs | Provides data for the OnNavigatingFrom method and the Navigating event. |
|
NavigationContext | Represents the state of a navigation operation. |
|
NavigationEventArgs | Provides data for navigation methods and event handlers that cannot cancel the navigation request. |
|
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. |
|
PageResourceContentLoader | Loads pages from the application package (.xap file) that correspond to a given URI. |
|
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. |
| Interface | Description | |
|---|---|---|
|
INavigationContentLoader | Defines methods for loading content that corresponds to a URI. |
| Delegate | Description | |
|---|---|---|
|
FragmentNavigationEventHandler | Represents the method that will handle the FragmentNavigation event. |
|
LoadCompletedEventHandler | Represents the method that will handle the WebBrowser::LoadCompleted event. |
|
NavigatedEventHandler | Represents the method that will handle the Navigated event. |
|
NavigatingCancelEventHandler | Represents the method that will handle the Navigating event, which is a cancelable event. |
|
NavigationFailedEventHandler | Represents the method that will handle the NavigationFailed event. |
|
NavigationStoppedEventHandler | Represents the method that will handle the NavigationStopped event. |
| Enumeration | Description | |
|---|---|---|
|
JournalOwnership | Specifies the type of journal used by the frame. |
|
NavigationCacheMode | Specifies how the page is cached when used within a frame. |
|
NavigationMode | Specifies the type of navigation that is occurring. |
Community Additions
Show: