| IBrowser Interface |
Namespace: CMS.Base
public interface IBrowser
The IBrowser type exposes the following members.
| Name | Description | |
|---|---|---|
| Browser |
Gets the browser string (if any) that was sent by the browser in the User-Agent request header.
| |
| Crawler |
Gets a value that indicates whether the browser is a search-engine Web crawler.
| |
| IsMobileDevice |
Gets a value that indicates whether the browser is a recognized mobile device.
| |
| Item |
Gets the value of the specified browser capability.
| |
| MajorVersion |
Gets the major (integer) version number of the browser.
| |
| MinorVersion |
Gets the minor (double) version number of the browser.
| |
| Version |
Gets the full version number (integer and decimal) of the browser as a string.
| |
| Win32 |
Gets a value that indicates whether the client is a Win32-based computer.
|