Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Globals.CssModuleNoPrint Field

CSS class that can be added to tags to prevent them from being printed.

Class: YetaWF.Core.Globals
Namespace: YetaWF.Core
Assembly: YetaWF.Core

Syntax

public const string CssModuleNoPrint = "yNoPrint";

Remarks

Using CSS styling (in *.scss) is preferred. This style should only be used in code where printability is generated dynamically, typically based on settings.

See Also YetaWF.Core.Globals ClassYetaWF.Core Overview