Describes the modes available for filtering hosts.
Namespace: Facilita.WebAssembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.8.37 (1.0.0.0)
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
ALLOWLIST | 0 | Only follow requests to hosts that have been explicitly included by calls to IncludeHost(String) or IncludeHostRegexp(String). | |
BLOCKLIST | 1 | Follow requests to all hosts, except those that have been explicitly excluded by calls to IgnoreHost(String) or IgnoreHostRegexp(String) |
Remarks
See Also