Table of Contents

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

Frontend

Output

Gets or sets the output.

public string Output { get; set; }

Property Value

string

StopExecution

Gets or sets a value indicating whether [stop execution].

public bool StopExecution { get; set; }

Property Value

bool

See Also

To top