WebBrowser GetDefaultContentUrlFragments Method C# API
Gets a list of all the URL fragments for which the content of sub-request responses will be kept by default for any subsequent Request objects created by this WebBrowser.

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

public virtual List<string> GetDefaultContentUrlFragments()

Return Value

A list of all the URL fragments for which the content of sub-request responses will be kept by default.
See Also