This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public class AspNetCmsClient
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class AspNetCmsClient

The type exposes the following properties.

Public Properties

  Name Description
Public property Address
Gets the address of the client.
(Inherited from CmsClient.)
Public property FriendlyUserAgentString
Gets the friendly user agent string.
(Inherited from CmsClient.)
Public property IsLocal
Returns true if this client is from the localhost.
(Inherited from CmsClient.)
Public property IsReferrerCms
Returns true if the referrer is the Cms.
(Inherited from CmsClient.)
Public property MajorVersion
Gets the major version.
(Inherited from CmsClient.)
Public property MinorVersion
Gets the minor version.
(Inherited from CmsClient.)
Public property RawUserAgentString
Gets the raw user agent string.
(Inherited from CmsClient.)
Public property Referrer
Referrer of the current request
(Inherited from CmsClient.)
Public property SessionId
Gets the session id.
(Inherited from CmsClient.)
Public property SupportsSessions
Returns true if sessions are supported.
(Overrides CmsClient..::SupportsSessions.)
Public property Type
Gets the user agent type.
(Inherited from CmsClient.)
Public property VisitorId
Gets the visitor id.
(Inherited from CmsClient.)

See Also

Advanced