BrowserInfo Properties |
The BrowserInfo type exposes the following members.
Name | Description | |
---|---|---|
DeviceClassAbbrev |
Gets the abbreviation for the DeviceClass obtained from GetDeviceClass. The primary
purpose for the abbreviation is for unique caching by device class.
| |
DisplayName |
Returns the name of the browser including the version and OS.
| |
Engine |
Returns the BrowserEngine.
| |
IsMobile |
Returns true if the browser is a mobile browser (including iPhone).
| |
IsMobileApp |
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.
| |
IsTablet |
Returns true if the browser is a table browser (e.g. iPad).
Also recognizes Android as a tablet browser when browser not reporting itself in Mobile mode.
| |
PlatformType |
Returns the BrowserPlatformType.
| |
SupportLevel |
Returns the BrowserSupport level of the current browser.
| |
SupportsJavaScript |
Returns true if the browser supports JavaScript.
| |
Type |
Returns the BrowserType.
| |
UserAgent |
Returns the UserAgent string as reported by the browser.
| |
UsesAltForTooltip |
Older browsers (specifically IE pre-version 8) use an HTML element's ALT attribute for a tooltip if that element does not have a TITLE attribute.
| |
VerMajor |
Returns the major version number of the browser.
| |
VerMinor |
Returns the minor version number of the browser.
| |
Version |
Returns the version number of the browser as a double.
|