NavigationManager.NavigateTo(String, Boolean) Method
Definition
Navigates to the specified URI.
public void NavigateTo (string uri, bool forceLoad = false);
member this.NavigateTo : string * bool -> unit
Public Sub NavigateTo (uri As String, Optional forceLoad As Boolean = false)
Parameters
- uri
- String
The destination URI. This can be absolute, or relative to the base URI (as returned by BaseUri).
- forceLoad
- Boolean
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.