DMBrowser.GoTo Method

Definition

Navigate inside the current tab to the specified address (URL).

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
public virtual void GoTo(string url)
public virtual void GoTo(string url)
public virtual void GoTo(string url)

Parameters

 url  string

Examples

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
tab0.GoTo (“http://yahoo.com”);
tab0.GoTo (“http://yahoo.com”);
tab0.GoTo (“http://yahoo.com”);