Automobile.Mobile.Framework.Browser.ProxyBrowser.Navigate C# (CSharp) Method

Navigate() public method

Navigate to a url
public Navigate ( string url ) : void
url string url to navigate to
return void
        public void Navigate(string url)
        {
            Navigate(url, true);
        }

Same methods

ProxyBrowser::Navigate ( string url, bool useBaseUrl ) : void