Table of Contents

Property UserAgentMetadata

Namespace
DotNetBrowser.Browser
Assembly
DotNetBrowser.dll

UserAgentMetadata

Gets or sets the user-agent metadata, known as client hints, of the current browser instance.

UserAgentMetadata UserAgentMetadata { get; set; }

Property Value

UserAgentMetadata

The UserAgentMetadata instance with client hints for this browser. If the metadata has not been overridden, then the property is the same as the default UserAgentMetadata obtained through UserAgentMetadata

Exceptions

ObjectDisposedException

The IBrowser has already been disposed.

ConnectionClosedException

The connection to the Chromium engine is closed.