Property SandboxDisabled
- Namespace
- DotNetBrowser.Engine
- Assembly
- DotNetBrowser.dll
SandboxDisabled
Enables or disables the sandbox.
public bool SandboxDisabled { get; set; }
Property Value
- bool
true
if the sandbox is disabled,false
otherwise.
Enables or disables the sandbox.
public bool SandboxDisabled { get; set; }
true
if the sandbox is disabled, false
otherwise.