Table of Contents

Class AfterViewTrackingNotificationArgs

Namespace
Dynamicweb.Tracking.Notifications
Assembly
Dynamicweb.Core.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 required ViewData View { get; init; }

Property Value

ViewData

The view.

See Also

To top