Skip to content

NavigationRequest class

Defined in

Namespace: CrissCross Assembly: CrissCross.dll Full name: CrissCross.NavigationRequest Modifiers: public sealed

Summary

View source

        Describes a platform-neutral navigation request before host mutation.
        

Applies to

net10.0, net10.0-windows10.0.19041, net10.0-desktop1.0, net10.0-browserwasm1.0, net9.0, net9.0-windows10.0.19041, net9.0-desktop1.0, net9.0-browserwasm1.0, net8.0, net8.0-macos14.5, net8.0-windows10.0.19041, net8.0-ios17.5, net8.0-maccatalyst17.5, net8.0-macos14.2, net8.0-tvos17.2, netstandard2.1, net471, net481

Remarks

Initializes a new instance of the NavigationRequest class.

Constructors

NameSummary
.ctorDescribes a platform-neutral navigation request before host mutation.

Properties

NameSummary
SourceKindGets the source side used to resolve the navigation pair.
SourceInstanceGets the optional source instance supplied by the caller.
SourceKeyGets the caller-facing source key.
ContractGets the normalized navigation contract.
ParameterGets the optional navigation parameter.
NavigationTypeGets the requested navigation operation type.
CancellationTokenGets the cancellation token observed before resolution.
Inherited members