CoreWebView2.FaviconUri Property
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.
Get the Uri as a string of the current Favicon. This will be an empty string if the page does not have a Favicon.
public string FaviconUri { get; }
member this.FaviconUri : string
Public ReadOnly Property FaviconUri As String