Click or drag to resize

EngineOptionsUserAgent Property

Gets 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; }

Property Value

Type: String
The custom user agent string.
See Also