Property UserAgent
- Namespace
- DotNetBrowser.Net
- Assembly
- DotNetBrowser.dll
UserAgent
Gets the default user-agent string.
string UserAgent { get; }
Property Value
- string
The default user-agent string.
Remarks
The default user-agent string can be configured through the UserAgent property. If the default user-agent string has not been specified, then this method returns a string obtained from the Chromium engine.
Exceptions
- ObjectDisposedException
The INetwork object has already been disposed.