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