Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Controllers.YetaWFController.CurrentModule Property

Returns the module definitions YetaWF.Core.Modules.ModuleDefinition for the current module implementing the controller (if any). 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 virtual ModuleDefinition CurrentModule { protected get; protected set; }

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