CoreWebView2Environment.BrowserVersionString Property

Definition

Gets the browser version info of the current CoreWebView2Environment, including channel name if it is not the stable channel.

public string BrowserVersionString { get; }
member this.BrowserVersionString : string
Public ReadOnly Property BrowserVersionString As String

Property Value

Remarks

It matches the format of the GetAvailableBrowserVersionString(String) method. Channel names are beta, dev, and canary.

Applies to