Click or drag to resize

IDisplayHandler.OnFaviconUrlChange Method

Version 109.1.110
Called when the page icon changes.

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

Parameters

chromiumWebBrowser
Type: CefSharp.IWebBrowser
the ChromiumWebBrowser control
browser
Type: CefSharp.IBrowser
the browser object
urls
Type: System.Collections.Generic.IList<String>
list of urls where the favicons can be downloaded
See Also