Class VisitorGroupStateStorageHandler
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.
Inheritance
System.Object
VisitorGroupStateStorageHandler
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Personalization.VisitorGroups.Internal
Assembly: EPiServer.Framework.AspNet.dll
Version: 11.20.7Syntax
public class VisitorGroupStateStorageHandler
Constructors
VisitorGroupStateStorageHandler(Boolean)
Declaration
public VisitorGroupStateStorageHandler(bool enableSession)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | enableSession |
Fields
VisitorGroupMarkerKey
Declaration
public const string VisitorGroupMarkerKey = "EPi:StateMarker"
Field Value
Type | Description |
---|---|
System.String |
Methods
GetStorage(ServiceAccessor<HttpContextBase>)
Declaration
public IStateStorage GetStorage(ServiceAccessor<HttpContextBase> httpContextAccesor)
Parameters
Type | Name | Description |
---|---|---|
ServiceAccessor<System.Web.HttpContextBase> | httpContextAccesor |
Returns
Type | Description |
---|---|
IStateStorage |
Initialize(HttpApplication, ICriterionEventsRaiser)
Declaration
public void Initialize(HttpApplication application, ICriterionEventsRaiser criterionEventsRaiser)
Parameters
Type | Name | Description |
---|---|---|
System.Web.HttpApplication | application | |
ICriterionEventsRaiser | criterionEventsRaiser |