EngineOptionsBuilderFileAccessFromFilesAllowed Property |
Allows or disallows the file access from files.
Namespace:
DotNetBrowser.Engine
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.2
Syntax public bool FileAccessFromFilesAllowed { get; set; }
Property Value
Type:
Booleantrue if the file access is allowed,
false otherwise.
See Also