NavigationContext Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides information about the current asynchronous navigation event including the target path and the cancellation token.
public ref class NavigationContext sealed
public sealed class NavigationContext
type NavigationContext = class
Public NotInheritable Class NavigationContext
- Inheritance
-
NavigationContext
Properties
CancellationToken |
The CancellationToken to use to cancel navigation. |
Path |
The target path for the navigation. |