Table of Contents

Property AllowJavaScriptAccessClipboard

Namespace
DotNetBrowser.Browser
Assembly
DotNetBrowser.dll

AllowJavaScriptAccessClipboard

Allows or disallows JavaScript code on the web pages loaded in the browser to access clipboard.

bool AllowJavaScriptAccessClipboard { get; set; }

Property Value

bool

true if JavaScript is allowed, false otherwise.

Exceptions

ObjectDisposedException

The IBrowserSettings has already been disposed.

ConnectionClosedException

The connection to the Chromium engine is closed.