TCnWebBrowser.Navigate(_Uri,String) Method

Loads the document at the location indicated by the specified Uri into the TCnWebBrowser control, replacing the contents of the Web page frame with the specified name.

Namespace: CNClrLib.Control.WebBrowser
public
 procedure Navigate(Url: _Uri; TargetFrameName: String); overload;

Parameters

Url
Type: System.Void

A Uri representing the URL of the document to load.

TargetFrameName
Type: String

The name of the frame in which to load the document.