WebBrowser IsHostIgnored Method C# API
Determines whether the specified domain is currently being ignored.

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

public virtual bool IsHostIgnored(
	string domain
)

Parameters

domain
Type: System String
The host to check.

Return Value

true if the specified domain is currently being ignored; otherwise, false.
See Also