Click or drag to resize

EngineOptionsIsFileAccessFromFilesAllowed Property

Indicates whether file access from files is allowed.

Namespace:  DotNetBrowser.Engine
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public bool IsFileAccessFromFilesAllowed { get; }

Property Value

Type: Boolean
true if the file access from files is allowed, false otherwise.
See Also