WebBrowser UnincludeHostRegexp Method C# API
Stop sending requests to hosts that match the given regular expression.

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

public virtual void UnincludeHostRegexp(
	string regexp
)

Parameters

regexp
Type: System String
The regular expression to stop matching against
Remarks

This method only has any effect if the HostFilteringMode is set to ALLOWLIST.

Caution note Caution
The test may not function correctly if server calls are not made that are necessary for the correct operation of the test.

See Also