Property Redirect
Redirect
Gets or sets a redirect to a different route.
Declaration
public Redirect? Redirect { get; set; }
Property Value
| Type | Description |
|---|---|
| Redirect |
Remarks
This property is checked after the handler that provided these args completes, and if set, any remaining navigation is cancelled and the redirect is performed. The cancelled navigation does not appear in the navigation history.