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
)
Public Function Supports (
capability As BrowserCapabilities
) As TriState
Parameters
- capability
- Type: NetQuarryBrowserCapabilities
The capability of interest.
Return Value
Type:
TriStateTrue if the browser is known to support this capability, False if known to not support this capability, else Unknown.
See Also