Click or drag to resize
IBrowser Interface
Describes implementation capable to gather information about the capabilities of the browser that made the current request using request headers.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax
C#
public interface IBrowser

The IBrowser type exposes the following members.

Properties
  NameDescription
Public propertyBrowser
Gets the browser string (if any) that was sent by the browser in the User-Agent request header.
Public propertyCrawler
Gets a value that indicates whether the browser is a search-engine Web crawler.
Public propertyIsMobileDevice
Gets a value that indicates whether the browser is a recognized mobile device.
Public propertyItem
Gets the value of the specified browser capability.
Public propertyMajorVersion
Gets the major (integer) version number of the browser.
Public propertyMinorVersion
Gets the minor (double) version number of the browser.
Public propertyVersion
Gets the full version number (integer and decimal) of the browser as a string.
Public propertyWin32
Gets a value that indicates whether the client is a Win32-based computer.
Top
See Also