WebBrowser DefaultRetrieveSubRequests Property C# API
Gets or sets a value that indicates whether sub-requests will be retrieved for any subsequent Request objects created by this WebBrowser.

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

public bool DefaultRetrieveSubRequests { get; set; }

Field Value

true if sub-requests will be retrieved for Request objects by default; otherwise, false.
Remarks

See the Send  method for more information.
See Also