xxxxxxxxxx
Try
Microsoft.Web.WebView2.Core.CoreWebView2Environment.GetAvailableBrowserVersionString
Catch
' WebView2 runtime is not installed or there is some other issue with it
End Try
xxxxxxxxxx
try
}
Microsoft.Web.WebView2.Core.CoreWebView2Environment.GetAvailableBrowserVersionString();
}
catch
{
// WebView2 runtime is not installed or there is some other issue with it
}