WebViewManager.NavigateCore(Uri) Method
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.
Instructs the web view to navigate to the specified location, bypassing any client-side routing.
protected abstract void NavigateCore (Uri absoluteUri);
abstract member NavigateCore : Uri -> unit
Protected MustOverride Sub NavigateCore (absoluteUri As Uri)
Parameters
- absoluteUri
- Uri
The absolute URI.