Click or drag to resize

VisitContext Class

Represents a context of a visit. This class cannot be inherited.
Inheritance Hierarchy
SystemObject
  Dynamicweb.AnalyticsVisitContext

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

The VisitContext type exposes the following members.

Constructors
  NameDescription
Public methodVisitContext
Initializes a new instance of an object.
Top
Properties
  NameDescription
Public propertyContentItems
Gets the content items that the visitor is currently viewing.
Public propertyCookie
Gets the information that is persisted in HTTP cookies when the person visits the web-page.
Public propertyStatic memberCurrent
Gets the context object that corresponds to the current request.
Public propertyPageView
Gets the reference to the current PageView object.
Public propertyRequest
Gets the request object.
Public propertyResponse
Gets the response object.
Public propertyServer
Gets the server object.
Public propertySession
Gets the session object.
Public propertyVisit
Gets the current visit.
Top
Remarks