![]() |
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# |
![]() |
---|---|
public class AspNetCmsClient |
Visual Basic (Declaration) |
![]() |
---|---|
Public Class AspNetCmsClient |
The type exposes the following properties.
Public Properties
Name | Description | |
---|---|---|
![]() |
Address |
Gets the address of the client.
(Inherited from CmsClient.) |
![]() |
FriendlyUserAgentString |
Gets the friendly user agent string.
(Inherited from CmsClient.) |
![]() |
IsLocal |
Returns true if this client is from the localhost.
(Inherited from CmsClient.) |
![]() |
IsReferrerCms |
Returns true if the referrer is the Cms.
(Inherited from CmsClient.) |
![]() |
MajorVersion |
Gets the major version.
(Inherited from CmsClient.) |
![]() |
MinorVersion |
Gets the minor version.
(Inherited from CmsClient.) |
![]() |
RawUserAgentString |
Gets the raw user agent string.
(Inherited from CmsClient.) |
![]() |
Referrer |
Referrer of the current request
(Inherited from CmsClient.) |
![]() |
SessionId |
Gets the session id.
(Inherited from CmsClient.) |
![]() |
SupportsSessions |
Returns true if sessions are supported.
(Overrides CmsClient..::SupportsSessions.) |
![]() |
Type |
Gets the user agent type.
(Inherited from CmsClient.) |
![]() |
VisitorId |
Gets the visitor id.
(Inherited from CmsClient.) |
See Also
Smartsite.Core Namespace