Removes a URL, so the content of sub-request responses that match the specified URL
fragment will no longer 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 no longer be kept by default.
Remarks
Examples
// Don't keep the content of the sub-request with the url http://localhost/images/magnifying-glass.png WebBrowser.RemoveDefaultKeepSubRequestContentUrl("http://localhost/images/magnifying-glass.png");
See Also