Table of Contents

Class Standard.Page.PageTitleArgs

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

Properties

PageView

Gets or sets the pageview instance.
public PageView PageView { get; set; }

Property Value

PageView
The pageview.
To top