CefSettings UserAgent Property Xilium.CefGlue

[This is preliminary documentation and is subject to change.]

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: Xilium.CefGlue
Assembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax

public string UserAgent { get; set; }

Property Value

Type: OnlineString
See Also