Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Components.IYetaWFCoreRendering.RenderModuleMenuAsync Method

Renders a complete module menu.

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

Syntax

public Task<string> RenderModuleMenuAsync( ModuleDefinition mod );

Parameters

mod

The module for which the module menu is rendered.

Return Value

Returns the complete module menu as HTML.

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