Removes a Content-Type fragment, so the content of sub-request responses that match
the specified Content-Type 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.8.37 (1.0.0.0)
Syntax
Parameters
- typeFragment
- Type: System String
Sub-request responses that have a Content-Type header containing this typeFragment will no longer be kept by default.
Remarks
Examples
// Don't keep the content of any sub-requests that have a Content-Type starting with "text" (e.g. text/html, text/xml) WebBrowser.RemoveDefaultKeepSubRequestContentType("text");
See Also