Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Addons.AddOnManager.AddModuleAsync Method

Add a module - ignores non-existent modules.

Class: YetaWF.Core.Addons.AddOnManager
Namespace: YetaWF.Core.Addons
Assembly: YetaWF.Core

Syntax

public Task AddModuleAsync( ModuleDefinition module );

Parameters

module

The module.

Remarks

Adds the associated Javascript/Css for the module's package and all required packages.

See Also YetaWF.Core.Addons.AddOnManager ClassYetaWF.Core Overview