Table of Contents

Class Standard.Page.AfterOutputArgs

Namespace
Dynamicweb.Notifications
Assembly
Dynamicweb.dll

Arguments passed to Dynamicweb.Notifications.Standard.Page.AfterOutput notification

public class Standard.Page.AfterOutputArgs : NotificationArgs
Inheritance
Standard.Page.AfterOutputArgs
Inherited Members

Properties

PageViewTemplate

Gets or sets the template instance that contains the parsed pageview output just before it is send to the client.

public Template PageViewTemplate { get; set; }

Property Value

Template

The template.

To top