Click or drag to resize

CefSettingsBaseProductVersion Property

Version 89.0.170
Value that will be inserted as the product portion of the default User-Agent string. If empty the Chromium product version will be used. If UserAgent is specified this value will be ignored. Also configurable using the "product-version" command- line switch.

Namespace:  CefSharp
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 89.0.170.0
Syntax
public string ProductVersion { get; set; }

Property Value

Type: String
See Also