Click or drag to resize

EngineOptionsBuilderFileAccessFromFilesAllowed Property

Allows or disallows the file access from files.

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

Property Value

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