TCnWebBrowser.Url Property

Gets or sets the URL of the current document.

Namespace: CNClrLib.Control.WebBrowser
public
 property Url: _Uri read GetUrl write SetUrl;

Property Value

Type: _Uri

A Uri representing the URL of the current document.

Setting this property is equivalent to calling the Navigate method and passing it the specified URL.