CoreWebView2Environment.BrowserVersionString 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.
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
.