Table of Contents

Class AfterViewTrackingNotificationArgs

Namespace
Dynamicweb.Tracking.Notifications
Assembly
Dynamicweb.Tracking.dll
Provides information about the view after it has been tracked.
public class AfterViewTrackingNotificationArgs : AfterTrackingNotificationArgs
Inheritance
AfterViewTrackingNotificationArgs
Inherited Members

Properties

View

Gets the view.
public ViewData View { get; }

Property Value

ViewData
The view.
See Also

See Also

To top