Table of Contents

Class Standard.Page.AfterOutputArgs

Namespace
Dynamicweb.Notifications
Assembly
Dynamicweb.dll
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.

template

[Obsolete("Use PageViewTemplate instead")]
public Template template { get; set; }

Property Value

Template
To top