Enum CoreWebView2FaviconImageFormat
The requested format to get the Favicon from GetFaviconAsync(CoreWebView2FaviconImageFormat).
public enum CoreWebView2FaviconImageFormat
Fields
Jpeg = 1
Request the Favicon to be retrieved a Jpeg Format.
Png = 0
Request the Favicon to be retrieved a Png Format.