NavigationShell.NavigateAndReset(string?, object?) method¶
Defined in
Type: NavigationShell
Namespace: CrissCross.XamForms
Assembly: CrissCross.XamForms.dll
Applies to
net9.0, net8.0, net8.0-ios17.5, net8.0-maccatalyst17.5, net8.0-macos14.2, net8.0-macos14.5, net8.0-tvos17.2, netstandard2.1, netstandard2.0
Overloads¶
- 1.
public void NavigateAndReset<T>(string? contract = null, object? parameter = null) where T : class, IRxObject - 2.
public void NavigateAndReset(IRxObject viewModel, string? contract = null, object? parameter = null)
1. Overload¶
public void NavigateAndReset<T>(string? contract = null, object? parameter = null) where T : class, IRxObject
Summary: Navigates and resets.
Type parameters
| Name | Description |
|---|---|
T | The Type. |
Parameters
| Name | Type | Description |
|---|---|---|
contract = null | string? | The contract. |
parameter = null | object? | The parameter. |
2. Overload¶
public void NavigateAndReset(IRxObject viewModel, string? contract = null, object? parameter = null)
Summary: Navigates the and reset.
Parameters
| Name | Type | Description |
|---|---|---|
viewModel | [IRxObject](# | The view model. |
contract = null | string? | The contract. |
parameter = null | object? | The parameter. |