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