NavigationContext Class

Definition

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.

Applies to