Click or drag to resize

BrowserInfoSupports Method

Determines if the browser is supports the specified capability. The determination is based on the browser type and version.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public TriState Supports(
	BrowserCapabilities capability
)

Parameters

capability
Type: NetQuarryBrowserCapabilities
The capability of interest.

Return Value

Type: TriState
True if the browser is known to support this capability, False if known to not support this capability, else Unknown.
See Also