Click or drag to resize
IDisplayHandlerOnFaviconUrlChange Method
Version 63.0.0
Called when the page icon changes.

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

Parameters

browserControl
Type: CefSharpIWebBrowser
The ChromiumWebBrowser control
browser
Type: CefSharpIBrowser
the browser object
urls
Type: System.Collections.GenericIListString
list of urls where the favicons can be downloaded
See Also