Table of Contents

Class BeforeSessionTrackingNotificationArgs

Namespace
Dynamicweb.Tracking.Notifications
Assembly
Dynamicweb.Core.dll

Provides information about the session before it is tracked.

public class BeforeSessionTrackingNotificationArgs : BeforeTrackingNotificationArgs
Inheritance
BeforeSessionTrackingNotificationArgs
Inherited Members

Properties

Session

Gets the session.

public required SessionData Session { get; init; }

Property Value

SessionData

The session.

See Also

To top