DevWebBrowserNavigate(String, Boolean, CookieCollection) Method
Navigates to the specified url.
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 Navigate(
string url,
bool newWindow,
CookieCollection cookies
)
<EditorBrowsableAttribute(EditorBrowsableState.Always)>
Public Sub Navigate (
url As String,
newWindow As Boolean,
cookies As CookieCollection
)
Dim instance As DevWebBrowser
Dim url As String
Dim newWindow As Boolean
Dim cookies As CookieCollection
instance.Navigate(url, newWindow, cookies)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Always)]
void Navigate(
String^ url,
bool newWindow,
CookieCollection^ cookies
)
[<EditorBrowsableAttribute(EditorBrowsableState.Always)>]
member Navigate :
url : string *
newWindow : bool *
cookies : CookieCollection -> unit
No code example is currently available or this language may not be supported.
Parameters
- url String
-
The url to navigate.
- newWindow Boolean
-
Indicates whether the url should be open into a new browser window.
- cookies CookieCollection
-
The cookies to set for the specified url.