DevWebBrowserNavigateAndWait(Uri) Method
Navigates to the specified url and waits the page to be loaded.
Namespace: DevCase.UI.ControlsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[EditorBrowsableAttribute(EditorBrowsableState.Always)]
public void NavigateAndWait(
Uri uri
)
<EditorBrowsableAttribute(EditorBrowsableState.Always)>
Public Sub NavigateAndWait (
uri As Uri
)
Dim instance As DevWebBrowser
Dim uri As Uri
instance.NavigateAndWait(uri)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Always)]
void NavigateAndWait(
Uri^ uri
)
[<EditorBrowsableAttribute(EditorBrowsableState.Always)>]
member NavigateAndWait :
uri : Uri -> unit
No code example is currently available or this language may not be supported.
Parameters
- uri Uri
-
The url to navigate.