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