WebBrowser UnignoreHost Method C# API
Stops preventing requests from being sent to the specified domain.

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

public virtual bool UnignoreHost(
	string domain
)

Parameters

domain
Type: System String
The host name to be removed from the list of ignored hosts.

Return Value

true if the host name was removed from the list of ignored hosts, or false if the host name did not exist in the list of ignored hosts.
Remarks

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