Click or drag to resize
BrowserHelper Class
Browser helper methods.
Inheritance Hierarchy
SystemObject
  CMS.HelpersBrowserHelper

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 11.0.0
Syntax
C#
[SerializableAttribute]
public class BrowserHelper : IDataContainer, 
	ISimpleDataContainer

The BrowserHelper type exposes the following members.

Constructors
  NameDescription
Public methodBrowserHelper
Top
Properties
  NameDescription
Public propertyColumnNames
Get the list of supported properties.
Public propertyIsFlashInstalled
Indicates whether Flash is installed.
Public propertyIsJavaInstalled
Indicates whether Java is installed.
Public propertyIsSilverlightInstalled
Indicates whether Silverlight is installed.
Public propertyItem
Returns given property from BrowserHelper. Setter is not implemented
Public propertyOperatingSystem
Gets or sets the operating system of the user.
Public propertyScreenColorDepth
Gets or sets the screen color depth.
Public propertyScreenResolution
Gets or sets the screen resolution.
Public propertySearchKeywords
Gets or sets the search keywords used to access the site.
Top
Methods
  NameDescription
Public methodContainsColumn
Returns true if given column exists.
Public methodStatic memberGetBrowser
Gets the browser string from current request.
Public methodStatic memberGetBrowserClass
Gets the browser specific CSS class name.
Public methodStatic memberGetMajorVersion
Gets browser major version.
Public methodStatic memberGetMinorVersion
Gets browser minor version.
Public methodStatic memberGetUrlReferrer
Returns UrlReferrer from request.
Public methodStatic memberGetUserAgent
Returns mobile browser agent.
Public methodStatic memberGetUserLanguages
Returns list of browser user languages from request.
Public methodGetValue
Returns given property from BrowserHelper. Setter is not implemented
Public methodStatic memberIsChrome
Returns true if current browser is Chrome.
Public methodStatic memberIsCrawler
Returns whether browsing device is search engine crawler (spider, bot).
Public methodStatic memberIsGecko
Indicates if browser is based on Gecko.
Public methodStatic memberIsIE
Indicates if browser is Internet explorer.
Public methodStatic memberIsMobileDevice
Indicates if browser is mobile device.
Public methodStatic memberIsMobileDevice(Boolean)
Indicates if browser is mobile device.
Public methodStatic memberIsOpera
Indicates if browser is Opera.
Public methodStatic memberIsSafari
Returns true if current browser is Safari.
Public methodStatic memberIsWebKit
Indicates if browser is based on WebKit.
Public methodStatic memberIsWin32
Indicates if client is a Win-32 based comupter.
Public methodSetValue
Not implemented.
Public methodTryGetValue
Returns given property from BrowserHelper
Top
Extension Methods
  NameDescription
Public Extension MethodCheckRequiredColumns
Returns true if given list of columns do not have null values in the object
(Defined by DataExtensions.)
Public Extension MethodToJSON
Returns JSON representation of current instance of IDataContainer.
(Defined by DataExtensions.)
Public Extension MethodToXML(XmlWriter, Boolean)Overloaded.
Writes XML representation of current instance of IDataContainer to provided XmlWriter.
(Defined by DataExtensions.)
Public Extension MethodToXML(String, Boolean)Overloaded.
Returns XML representation of current instance of IDataContainer.
(Defined by DataExtensions.)
Public Extension MethodToXML(XmlWriter, ListString, Boolean)Overloaded.
Writes XML representation of selected columns of current instance of IDataContainer to provided XmlWriter.
(Defined by DataExtensions.)
Top
See Also