Table of Contents

Class NavigationContext

Namespace
Acuit.Pinpoint.Workstation.Windows
Assembly
Acuit.Pinpoint.Workstation.Abstractions.dll

Context for a view navigated to within a region.

public sealed class NavigationContext
Inheritance
NavigationContext
Inherited Members

Remarks

This is provided to the view factory when navigating to a view.

Constructors

NavigationContext()

public NavigationContext()

Properties

NavigationRegion

Gets the navigation region.

public required INavigationRegion NavigationRegion { get; init; }

Property Value

INavigationRegion

Parameters

Gets the navigation parameters.

public required IReadOnlyDictionary<string, object?> Parameters { get; init; }

Property Value

IReadOnlyDictionary<string, object>