Click or drag to resize
IWebBrowserAddress Property
Version 63.0.0
The address (URL) which the browser control is currently displaying. Will automatically be updated as the user navigates to another page (e.g. by clicking on a link).

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 63.0.0.0 (63.0.0.0)
Syntax
string Address { get; }

Property Value

Type: String
The address.
Remarks
In the WPF control, this property is implemented as a Dependency Property and fully supports data binding.
See Also