Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Modules.ModuleAction.ExtraData Property

Used in html and rendered as data-extradata attribute.

Class: YetaWF.Core.Modules.ModuleAction
Namespace: YetaWF.Core.Modules
Assembly: YetaWF.Core

Syntax

public string? ExtraData { get; set; }

Remarks

This could be used to pass additional data to client-side processing of this action, typically used with ActionStyleEnum.Nothing.

See Also YetaWF.Core.Modules.ModuleAction ClassYetaWF.Core Overview