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