Class Notifications.Frontend.OnBeforeContentArgs
- Namespace
- Dynamicweb.Forms
- Assembly
- Dynamicweb.Forms.dll
Class OnBeforeContentArgs.
public class Notifications.Frontend.OnBeforeContentArgs : NotificationArgs
- Inheritance
-
Notifications.Frontend.OnBeforeContentArgs
- Inherited Members
Properties
ContentModule
Gets the content module.
public Frontend ContentModule { get; }
Property Value
Output
Gets or sets the output.
public string Output { get; set; }
Property Value
StopExecution
Gets or sets a value indicating whether [stop execution].
public bool StopExecution { get; set; }