File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -277,13 +277,13 @@ namespace CefSharp
277277
278278 // / <summary>
279279 // / Value that will be inserted as the product portion of the default User-Agent string. If empty the Chromium product version
280- // / will be used. If UserAgent is specified this value will be ignored. Also configurable using the "product-version " command-
280+ // / will be used. If UserAgent is specified this value will be ignored. Also configurable using the "user-agent-product " command-
281281 // / line switch.
282282 // / </summary>
283283 property String^ ProductVersion
284284 {
285- String^ get () { return StringUtils::ToClr (_cefSettings->product_version ); }
286- void set (String^ value) { StringUtils::AssignNativeFromClr (_cefSettings->product_version , value); }
285+ String^ get () { return StringUtils::ToClr (_cefSettings->user_agent_product ); }
286+ void set (String^ value) { StringUtils::AssignNativeFromClr (_cefSettings->user_agent_product , value); }
287287 }
288288
289289 // / <summary>
You can’t perform that action at this time.
0 commit comments