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.23.2
Syntax public string UserAgent { get; set; }
Property Value
Type:
StringThe custom user agent string.
Remarks This property has the same effect as adding the --user-agent switch.
See Also