Click or drag to resize

BrowserInfo Properties

The BrowserInfo type exposes the following members.

Properties
  NameDescription
Public propertyDeviceClassAbbrev
Gets the abbreviation for the DeviceClass obtained from GetDeviceClass. The primary purpose for the abbreviation is for unique caching by device class.
Public propertyDisplayName
Returns the name of the browser including the version and OS.
Public propertyEngine
Returns the BrowserEngine.
Public propertyIsMobile
Returns true if the browser is a mobile browser (including iPhone).
Public propertyIsMobileApp
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.
Public propertyIsTablet
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.
Public propertyPlatformType
Returns the BrowserPlatformType.
Public propertySupportLevel
Returns the BrowserSupport level of the current browser.
Public propertySupportsJavaScript
Returns true if the browser supports JavaScript.
Public propertyType
Returns the BrowserType.
Public propertyUserAgent
Returns the UserAgent string as reported by the browser.
Public propertyUsesAltForTooltip
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.
Public propertyVerMajor
Returns the major version number of the browser.
Public propertyVerMinor
Returns the minor version number of the browser.
Public propertyVersion
Returns the version number of the browser as a double.
Top
See Also