Table of Contents

Class EcomPageAfterRenderSubscriber

Namespace
Dynamicweb.Ecommerce.Frontend
Assembly
Dynamicweb.Ecommerce.dll

Represents the notification subscriber for page after render event. This subscriber handles cleanup tasks that should occur after the page has been fully rendered.

[Subscribe("DWN_STANDARD_PAGE_AFTER_RENDER")]
public class EcomPageAfterRenderSubscriber : NotificationSubscriber, IComparable<NotificationSubscriber>
Inheritance
EcomPageAfterRenderSubscriber
Implements
Inherited Members

Methods

OnNotify(string, NotificationArgs)

Called when notification is broadcast.

public override void OnNotify(string notification, NotificationArgs args)

Parameters

notification string

The notification.

args NotificationArgs

The arguments.

To top