BrowserInfoIsMobileApp Property |
Returns true if the brower is a browser within a Mobile Application. This can be set by sending a custom header "x-nq-mobileapp" with the initial request.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public bool IsMobileApp { get; }
Public ReadOnly Property IsMobileApp As Boolean
Get
Property Value
Type:
BooleanSee Also