Request GetContentUrlFragments Method C# API
Gets a list of all the URL 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> GetContentUrlFragments()

Return Value

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