Request KeepContent Property C# API
Gets or sets a value that indicates whether the content of responses will be kept.

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

public bool KeepContent { get; set; }

Field Value

true if the content of responses will be kept; otherwise, false.
Remarks

If the value of this is false then the content of every response to this Request will be discarded, and it will not be possible to examine the content using the Response class (but other information will still be accessible in the Response objects).
See Also