Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Globals.LazyHTMLOptimization Field

When used in generated HTML, the HTML between LazyHTMLOptimization and LazyHTMLOptimizationEnd are optimized less aggressively.

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

Syntax

public const string LazyHTMLOptimization = "<!--LazyWSF-->";

Remarks

Aggressive whitespace optimization removes whitespace between adjoining tags (i.e., the spaces between <div> <img ...> are removed). Between LazyHTMLOptimization and LazyHTMLOptimizationEnd whitespace between adjoining tags is not removed.

See Also YetaWF.Core.Globals ClassYetaWF.Core Overview