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()
Protected Function IsAppleWebKit As Boolean
Return Value
Type:
BooleanTrue if browser is AppleWebKit-based, else false.
See Also