Adds a URL, so the content of sub-request responses that match the specified URL
fragment will be kept by default
for any subsequent Request objects created by this WebBrowser.
Namespace: Facilita.WebAssembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.7.98 (1.0.0.0)
Syntax
Parameters
- urlFragment
- Type: System String
The responses from sub-requests that match this urlFragment will be kept by default.
Remarks
Examples
// Keep the content of the sub-request with the url http://localhost/images/magnifying-glass.png WebBrowser.AddDefaultKeepSubRequestContentUrl("http://localhost/images/magnifying-glass.png");
See Also