Click or drag to resize

UserAgent Class

Provides information about the user agent.
Inheritance Hierarchy
SystemObject
  Dynamicweb.AnalyticsUserAgent

Namespace:  Dynamicweb.Analytics
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public class UserAgent

The UserAgent type exposes the following members.

Constructors
  NameDescription
Public methodUserAgent
Initializes a new instance of an object.
Top
Properties
  NameDescription
Public propertyEmailClient
Gets or sets the user agent platform name.
Public propertyFamily
Gets or sets the user agent family name.
Public propertyIsMobile
Gets or sets value indicating whether client uses mobile web browser.
Public propertyIsTablet
Gets or sets value indicating whether client uses tablet web browser.
Public propertyIsUndefined
Gets value indicating whether user agent is undefined.
Public propertyName
Gets or sets the user agent name.
Public propertyOperatingSystem
Gets or sets the name of the operating system.
Public propertyOriginalString
Gets or sets the user agent definition string.
Public propertyPlatform
Gets or sets the user agent platform name.
Top
Methods
  NameDescription
Public methodStatic memberParse
Parses the user agent information from the given raw string.
Public methodToString
Returns string representation of the current instance.
(Overrides ObjectToString.)
Top
Remarks