Click or drag to resize

BndLkupIsAppleWebKit Method

Determine if the requesting browser is AppleWebKit-based (presumably Safari).

Namespace:  NetQuarry.WebControls
Assembly:  EAP.WebControls (in EAP.WebControls.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected bool IsAppleWebKit()

Return Value

Type: Boolean
True if browser is AppleWebKit-based, else false.
See Also