Click or drag to resize

IDisplayHandlerOnFaviconUrlChange Method

Version 130.1.90
Called when the page icon changes.

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax
void OnFaviconUrlChange(
	IWebBrowser chromiumWebBrowser,
	IBrowser browser,
	IList<string> urls
)

Parameters

chromiumWebBrowser  IWebBrowser
the ChromiumWebBrowser control
browser  IBrowser
the browser object
urls  IListString
list of urls where the favicons can be downloaded
See Also