NavigationOptions.ForceLoad Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
If true, bypasses client-side routing and forces the browser to load the new page from the server, whether or not the URI would normally be handled by the client-side router.
public bool ForceLoad { get; init; }
member this.ForceLoad : bool with get, set
Public Property ForceLoad As Boolean