WebBrowser CachingEnabled Property C# API
Gets or sets a value that indicates whether HTTP caching is enabled.

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

public bool CachingEnabled { get; set; }

Field Value

true if HTTP caching is enabled; otherwise, false.
Remarks

If HTTP caching is disabled, then every HTTP request will always be requested from the web server, even if the requested resource has already been downloaded.
See Also