Removes a Content-Type fragment, so the content of sub-request responses that match
the specified Content-Type fragment will no longer be kept.
Namespace: Facilita.WebAssembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.7.98 (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.
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) request.removeKeepSubRequestContentType("text");
See Also