WebBrowser UnignoreHostRegexp Method C# API
Stops preventing requests from being sent to the domains that match the specified regular expression.

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

public virtual void UnignoreHostRegexp(
	string regexp
)

Parameters

regexp
Type: System String
The regular expression to unignore.
Remarks

This method only has any effect if the HostFilteringMode is set to BLOCKLIST.
See Also