Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Controllers.YetaWFController.GetModuleAsync Method

Returns the module definitions YetaWF.Core.Modules.ModuleDefinition for the current module implementing the controller. Can be used with a base class to get the derived module's module definitions.

Class: YetaWF.Core.Controllers.YetaWFController
Namespace: YetaWF.Core.Controllers
Assembly: YetaWF.Core

Syntax

protected Task<ModuleDefinition?> GetModuleAsync();

Return Value

(not specified)

See Also YetaWF.Core.Controllers.YetaWFController ClassYetaWF.Core Overview