CoreWebView2FaviconImageFormat Enum

Definition

The requested format to get the Favicon from GetFaviconAsync(CoreWebView2FaviconImageFormat).

public enum CoreWebView2FaviconImageFormat
type CoreWebView2FaviconImageFormat = 
Public Enum CoreWebView2FaviconImageFormat
Inheritance
CoreWebView2FaviconImageFormat

Fields

Jpeg 1

Request the Favicon to be retrieved a Jpeg Format.

Png 0

Request the Favicon to be retrieved a Png Format.

Applies to