Click or drag to resize

EngineOptionsBuilderUserAgent Property

Gets or sets the custom user agent string that is used to override the default user agent for the IEngine.

Namespace:  DotNetBrowser.Engine
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public string UserAgent { get; set; }

Property Value

Type: String
The custom user agent string.
Remarks
This property has the same effect as adding the --user-agent switch.
See Also