Click or drag to resize

CefSettingsBaseUserAgent Property

Version 94.4.20
Value that will be returned as the User-Agent HTTP header. If empty the default User-Agent string will be used. Also configurable using the "user-agent" command-line switch.

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

Property Value

Type: String
See Also