ChromiumWebBrowserAddress Property |
Version 106.0.290
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.Wpf
Assembly:
CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 106.0.290.0 (106.0.290.0)
Syntax public string Address { get; set; }
public:
virtual property String^ Address {
String^ get () sealed;
void set (String^ value) sealed;
}
Property Value
Type:
StringThe address.
Implements
IChromiumWebBrowserBaseAddressRemarks In the WPF control, this property is implemented as a Dependency Property and fully supports data
binding.
See Also