CoreWebView2Environment.GetAvailableBrowserVersionString(String) Method
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 including channel name if it is not the stable channel or WebView2 Runtime.
public static string GetAvailableBrowserVersionString (string browserExecutableFolder = default);
static member GetAvailableBrowserVersionString : string -> string
Public Shared Function GetAvailableBrowserVersionString (Optional browserExecutableFolder As String = Nothing) As String
Parameters
- browserExecutableFolder
- String
The relative path to the folder that contains the WebView2 Runtime.
Returns
Exceptions
WebView2 Runtime installation is missing.