NavigationManager.NavigateToCore(String, Boolean) Method
Definition
Navigates to the specified URI.
protected:
abstract void NavigateToCore(System::String ^ uri, bool forceLoad);
protected abstract void NavigateToCore (string uri, bool forceLoad);
abstract member NavigateToCore : string * bool -> unit
Protected MustOverride Sub NavigateToCore (uri As String, forceLoad As Boolean)
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.