Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Components.IYetaWFCoreRendering.RenderModuleActionAsync Method

Renders a module action.

Class: YetaWF.Core.Components.IYetaWFCoreRendering
Namespace: YetaWF.Core.Components
Assembly: YetaWF.Core

Syntax

public Task<string> RenderModuleActionAsync(
    ModuleAction action,
    RenderModeEnum mode,
    string? id,
    string? cssClass );

Parameters

action

The module action to render.

mode

The module action's rendering mode.

id

The ID to generate.

cssClass

(not specified)

Return Value

Returns the module action as HTML.

See Also YetaWF.Core.Components.IYetaWFCoreRendering ClassYetaWF.Core Overview