Table of Contents

Class Standard.Page.OnOutputArgs

Namespace
Dynamicweb.Notifications
Assembly
Dynamicweb.dll

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

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

Properties

PageViewTemplate

Gets or sets the template instance that contains the parsed pageview output just before it is rendered. All page template tags are set on the object.

public Template PageViewTemplate { get; set; }

Property Value

Template

The template.

To top