Property UserAgent
- Namespace
- DotNetBrowser.Engine
- Assembly
- DotNetBrowser.dll
UserAgent
Gets or sets the custom user agent string that is used to override the default user agent for the IEngine.
public string UserAgent { get; set; }
Property Value
- string
The custom user agent string.
Remarks
This property has the same effect as adding the --user-agent
switch.