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