CoreWebView2FaviconImageFormat Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The requested format to get the Favicon from GetFaviconAsync(CoreWebView2FaviconImageFormat).
public enum CoreWebView2FaviconImageFormat
type CoreWebView2FaviconImageFormat =
Public Enum CoreWebView2FaviconImageFormat
- Inheritance
-
CoreWebView2FaviconImageFormat
Fields
Name | Value | Description |
---|---|---|
Png | 0 | Request the Favicon to be retrieved a Png Format. |
Jpeg | 1 | Request the Favicon to be retrieved a Jpeg Format. |