WebBrowser CacheInMemoryContentLimit Property C# API
Gets or sets the maximum size of resources that can be cached in memory.

Namespace: Facilita.Web
Assembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.5.77 (1.0.0.0)
Syntax

public int CacheInMemoryContentLimit { get; set; }

Field Value

The maximum size in bytes.
Remarks

Any cached resource that is larger than this will be written to disk. The default value is 2048 bytes. This limit can prevent the memory footprint of a Virtual User from becoming too large.
See Also