HostFilteringMode EnumerationC# API
Describes the modes available for filtering hosts.

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

public enum HostFilteringMode
Members

  Member nameValueDescription
ALLOWLIST0 Only follow requests to hosts that have been explicitly included by calls to IncludeHost(String) or IncludeHostRegexp(String).
BLOCKLIST1 Follow requests to all hosts, except those that have been explicitly excluded by calls to IgnoreHost(String) or IgnoreHostRegexp(String)
Remarks

See HostFilteringMode.
See Also