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
trueif running an insecure content is allowed,falseotherwise.
Exceptions
- ObjectDisposedException
The IBrowserSettings has already been disposed.
- ConnectionClosedException
The connection to the Chromium engine is closed.