Property AllowRunningInsecureContent
- Namespace
- DotNetBrowser.Browser
- Assembly
- DotNetBrowser.dll
AllowRunningInsecureContent
Allows or disallows running an insecure content in the browser.
bool AllowRunningInsecureContent { get; set; }
Property Value
- bool
true
if running an insecure content is allowed,false
otherwise.
Exceptions
- ObjectDisposedException
The IBrowserSettings has already been disposed.
- ConnectionClosedException
The connection to the Chromium engine is closed.