Table of Contents

Class Standard.Page.AfterRenderArgs

Namespace
Dynamicweb.Notifications
Assembly
Dynamicweb.dll
Arguments passed to Dynamicweb.Notifications.Standard.Page.AfterRender notification.
public class Standard.Page.AfterRenderArgs : NotificationArgs
Inheritance
Standard.Page.AfterRenderArgs
Inherited Members

Constructors

AfterRenderArgs(PageView, Template)

public AfterRenderArgs(PageView pageview, Template template)

Parameters

pageview PageView
template Template

Properties

Pageview

public PageView Pageview { get; set; }

Property Value

PageView

Template

Gets or sets the template instance that contains the parsed pageview output just before it is send to the client.
public Template Template { get; set; }

Property Value

Template
The template.
To top