Class BeforeViewTrackingNotificationArgs
- Namespace
- Dynamicweb.Tracking.Notifications
- Assembly
- Dynamicweb.Tracking.dll
Provides information about the view before it is tracked.
public class BeforeViewTrackingNotificationArgs : BeforeTrackingNotificationArgs
- Inheritance
-
BeforeViewTrackingNotificationArgs
- Inherited Members
Properties
View
Gets the view.
public ViewData View { get; }
Property Value
- ViewData
- The view.
- See Also