Request GetContentTypeFragments Method C# API
Gets a list of all the Content-Type fragments for which the content of sub-request responses will be kept.

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

public virtual List<string> GetContentTypeFragments()

Return Value

A list of all the Content-Type fragments for which the content of sub-request responses will be kept.
See Also