Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Components.IYetaWFCoreRendering.RenderModuleLinksAsync Method

Renders module links.

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

Syntax

public Task<string> RenderModuleLinksAsync(
    ModuleDefinition mod,
    RenderModeEnum renderMode,
    string cssClass );

Parameters

mod

The module for which the module links are rendered.

renderMode

The module links' rendering mode.

cssClass

The optional CSS classes to use for the module links.

Return Value

Returns the module links as HTML.

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