Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Modules.ModuleAction.RenderAsync Method

Render an action.

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

Syntax

public Task<string> RenderAsync(
    RenderModeEnum mode,
    string? Id = null,
    string? Css = null );

Parameters

mode

(not specified)

Id

(not specified)

Css

(not specified)

Return Value

(not specified)

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