Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Modules.ModuleDefinition.CssClass Property

The CSS class name used on the <div> tag for this module. The allowable CSS class name is a subset of the CSS specification. Only characters _, a-z, A-Z and 0-9 are allowed, Ansi and Unicode escapes are not allowed.

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

Syntax

public string? CssClass { get; set; }

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