Class Standard.Page.OnBeforeRenderParagraphsArgs
- Namespace
- Dynamicweb.Notifications
- Assembly
- Dynamicweb.dll
Arguments passed to On
- Inheritance
-
Standard.
Page. On Before Render Paragraphs Args
- Inherited Members
Constructors
OnBeforeRenderParagraphsArgs(PageView, IEnumerable<Paragraph>)
Parameters
pageView
PageView paragraphs
IEnumerable<Paragraph>
Properties
PageView
Gets or sets the page view.
Property Value
- Page
View The current page view.
Paragraphs
Gets or sets the paragraphs that should be rendered.
Property Value
- IEnumerable<Paragraph>
The paragraphs to be rendered in the current page view.