Table of Contents

Enum CoreWebView2FaviconImageFormat

Namespace
Microsoft.Web.WebView2.Core
Assembly
Microsoft.Web.WebView2.Core.dll

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.