CefChromiumVersion Property |
Version 130.1.90Gets a value that indicates the Chromium version currently being used.
Namespace: CefSharpAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public static string ChromiumVersion { get; }
public:
static property String^ ChromiumVersion {
String^ get ();
}
Property Value
StringThe Chromium version.
See Also