WebViewManager.Navigate(String) 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.
public void Navigate (string url);
member this.Navigate : string -> unit
Public Sub Navigate (url As String)
Parameters
- url
- String
The URL, which may be absolute or relative to the application root.