Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Modules.ModuleDefinition.InvokingCss Property

Defines the class that causes this module to be injected at the end of the page.

Class: YetaWF.Core.Modules.ModuleDefinition
Namespace: YetaWF.Core.Modules
Assembly: YetaWF.Core

Syntax

public string? InvokingCss { get; protected set; }

Remarks

Certain controls/templates use CSS that can be handled by skin modules. By defining InvokingCss, a module will automatically be injected to implement the control/template - typically this is a JavaScript/client side implementation.

See Also YetaWF.Core.Modules.ModuleDefinition ClassYetaWF.Core Overview